/**
 * ThunderBowl Slideshow
 * Configuration File
 */


var slideshowItems = Array();

slideshowItems[0] = {
		headline:"Welcome",
		description:"",
		image:"slideshow/outdoor1.jpg"
	};

slideshowItems[1] = {
		headline:"Cosmic Bowling",
		description:"Thunderbowl offers an incredible cosmic bowling experience!",
		image:"slideshow/cosmic2.jpg"
	};

slideshowItems[2] = {
		headline:"Cosmic Bowling",
		description:"Includes access to our free arcade!",
		image:"slideshow/cosmic1.jpg"
	};

slideshowItems[3] = {
		headline:"The Arena",
		description:"Bowling with a twist!",
		image:"slideshow/main1.jpg"
	};

slideshowItems[4] = {
		headline:"The Arena",
		description:"Bowling, music videos and dancing.",
		image:"slideshow/main2.jpg"
	};

slideshowItems[5] = {
		headline:"Main Alley",
		description:"Our friendly staff are here to help.",
		image:"slideshow/main4.jpg"
	};

slideshowItems[6] = {
		headline:"Birthday Parties",
		description:"Have your next party at Thunderbowl.",
		image:"slideshow/birthdays1.jpg"
	};

slideshowItems[7] = {
		headline:"Cosmic Arcade",
		description:"Take a break in the free arcade.",
		image:"slideshow/arcade1.jpg"
	};

slideshowItems[8] = {
		headline:"Birthday Parties",
		description:"Kids have a ball at Thunderbowl!",
		image:"slideshow/kids1.jpg"
	};

slideshowItems[9] = {
		headline:"Corporate Parties",
		description:"Make your next party a success at Thunderbowl!",
		image:"slideshow/corp1.jpg"
	};

slideshowItems[10] = {
		headline:"All-Stars",
		description:"The best bowl at Thunderbowl.",
		image:"slideshow/bowler3.jpg"
	};

slideshowItems[11] = {
		headline:"All-Stars",
		description:"The best bowl at Thunderbowl.",
		image:"slideshow/bowler6.jpg"
	};

slideshowItems[12] = {
		headline:"All-Stars",
		description:"The best bowl at Thunderbowl.",
		image:"slideshow/bowler7.jpg"
	};

slideshowItems[13] = {
		headline:"Birthday Parties",
		description:"Have your next party at Thunderbowl.",
		image:"slideshow/birthdays3.jpg"
	};

slideshowItems[14] = {
		headline:"Birthday Parties",
		description:"Have your next party at Thunderbowl.",
		image:"slideshow/birthdays4.jpg"
	};

slideshowItems[15] = {
		headline:"Birthday Parties",
		description:"Kids have a ball at Thunderbowl.",
		image:"slideshow/kids2.jpg"
	};

slideshowItems[16] = {
		headline:"Thunderbowl",
		description:"America's second largest bowling alley!",
		image:"slideshow/outdoor1.jpg"
	};

slideshowItems[17] = {
		headline:"Thunderbowl",
		description:"Since 1962.",
		image:"slideshow/outdoor2.jpg"
	};

slideshowItems[18] = {
		headline:"Best Western Greenfield Inn",
		description:"The place to stay while you play!",
		image:"slideshow/bestwestern_slide.jpg"
	};

/*
	slideshowItems[13] = {
		headline:"Maintenance",
		description:"We're always working to improve our lanes.",
		image:"slideshow/construction2.jpg"
	};
	
	slideshowItems[7] = {
		headline:"Maintenance",
		description:"We're always working to improve our lanes.",
		image:"slideshow/construction1.jpg"
	};
	
	slideshowItems[4] = {
		headline:"Main Alley",
		description:"Thunderbowl has 90 lanes.",
		image:"slideshow/main3.jpg"
	};
	
	slideshowItems[20] = {
		headline:"Birthday Parties",
		description:"Fun for everyone!",
		image:"slideshow/birthdays2.jpg"
	};
	
	slideshowItems[14] = {
		headline:"All-Stars",
		description:"The best bowl at Thunderbowl.",
		image:"slideshow/bowler2.jpg"
	};
	
	slideshowItems[13] = {
		headline:"All-Stars",
		description:"The best bowl at Thunderbowl.",
		image:"slideshow/bowler5.jpg"
	};
	
	
	slideshowItems[12] = {
		headline:"All-Stars",
		description:"The best bowl at Thunderbowl.",
		image:"slideshow/bowler4.jpg"
	};
	
	slideshowItems[6] = {
		headline:"All-Stars",
		description:"The best bowl at Thunderbowl.",
		image:"slideshow/bowler1.jpg"
	};
 */
