$(document).ready (function () {
	$("#weddshow").showcase({ 
		images: [ 	
					/*{ 
						url: "http://www.gtc.edu/images/Faculty/tilleye/MSSC.jpg", 
						description: "", 
						link: "http://www.gtc.edu/images/Faculty/tilleye/MSSCDISLOC.pdf" 
						//
						//expires: 5/26/2011
					},
					{ 
						url: "http://www.gtc.edu/images/Faculty/tilleye/L6.jpg", 
						description: "", 
						link: "http://www.gtc.edu/page.asp?q=234" 
						//
						//expires: 3/15/2011
					},
					
				{ 
						url: "http://www.gtc.edu/images/Promo/GREENmatters.jpg", 
						description: "GREEN matters", 
						link: "http://www.gtc.edu/images/Promo/GREENmatters.pdf" 
						//expires: never
					},	
					*/
					{ 
						url: "http://www.gtc.edu/images/Faculty/tilleye/transportation.jpg", 
						description: "Transportation Careers", 
						link: "http://www.gtc.edu/page.asp?q=769" 
						//expires: never
					},				 
				 	{ 
						url: "http://www.gtc.edu/images/Faculty/tilleye/Lean Cert Opening.jpg", 
						description: " ", 
						link: "http://www.gtc.edu/page.asp?q=230" 
						//expires: never
					},	
					{ 
						url: "http://www.gtc.edu/images/Faculty/tilleye/registerOnline.jpg", 
						description: "Register online at www.gtc.edu/WebAdvisor", 
						link: "http://www.gtc.edu/WebAdvisor" 
						//expires: never
					},	
					/*{ 
						url: "http://www.gtc.edu/images/Faculty/tilleye/ideas.jpg", 
						description: "Ideas Are Free", 
						link: "http://www.gtc.edu/images/Faculty/tilleye/IAF4.pdf" 
						//expires: never
					},*/
					{ 
						url: "http://www.gtc.edu/images/Faculty/tilleye/911AD.jpg", 
						description: "911 Dispatch", 
						link: "http://www.gtc.edu/page.asp?q=797" 
						//expires: never
					}
				], 
				width: "600px", 
				height: "375px", 
				animation: { type: "fade", interval: 5000, speed: 1000 }, 
				navigator: { item: 
								{ width: "49px", height: "35px" }, 
								showMiniature: true, autoHide: true },
				titleBar: { css: { backgroundColor: "#232323", fontColor: "#ffffff" } } 
		}); 
});
