$(document).ready (function () {
	$("#showCase1_2").showcase({ 
		images: [ 
					{ 
						url: "http://www.gtc.edu/images/Promo/WebCent.jpg", 
						description: "Centennial Web Site: Coming Soon! Same Content, Different Color", 
						//
						//expires: 5/12/2011
					},
					{ 
						url: "http://www.gtc.edu/images/Promo/foundation.jpg", 
						description: "Apply by October 7 for Spring 2012 scholarship award.", 
						link: "http://www.gtc.edu/page.asp?q=74" 
						//
						//expires: 5/12/2011
					},/**/						
					/*
					{ 
						url: "images/Promo/GreenBelt.jpg", 
						description: "", 
						link: "http://www.gtc.edu/_publications/Public/GreenBelt.pdf" 
						//
						//expires: 5/12/2011
					},*/	
					/*																																																								
					{ 
						url: "images/Promo/fallRegistration.jpg", 
						description: "Registration is open!", 
						link: "http://www.gtc.edu/page.asp?q=177" 
						//
						//expires: 5/12/2011
					},	
					/*								
					{ 
						url: "images/Promo/dod.jpg", 
						description: "Show & Reception located inside the Daimler Chrysler Hall", 
						link: "#" 
						//
						//expires: 5/4/2011
					},*/																				
/*
					{ 
						url: "images/Promo/rentText.jpg", 
						description: "Save money! Rent your textbooks!", 
						link: "http://www.gtc.edu/page.asp?q=4" 
						//expires: never
					},
{ 
						url: "images/Promo/transportation.jpg", 
						description: "Transportation Careers", 
						link: "http://www.gtc.edu/page.asp?q=769" 
						//expires: never
					},					
					{ 
						url: "images/Promo/hero.jpg", 
						description: "Health and Emergency Response Occupations (HERO) Center", 
						link: "http://www.gtc.edu/herocenter" 
						//
						//expires: never
					},
					

					
				 	{ 
						url: "images/Promo/alertme.jpg", 
						description: "Sign up for emergency notices.", 
						link: "http://www.gtc.edu/alertme" 
						//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" } } 
		}); 
});
