/* pacman_en.js */

/* Switcher js setup goes here: */

$(document).ready(function() {
	var switcher = new Switcher({
		autoCycleInterval: 5000,	// Cycle through featured games every 5 seconds
		1: {
			headlineImgURL: "/en/sites/default/themes/pacman/images/switcher/clubnamco.jpg",
			thumbnailImgURL: "/en/sites/default/themes/pacman/images/switcher/clubnamco_thm.jpg",
			title: "clubNAMCO",
			alt: "clubNAMCO",
			desc: 'See all the great <span class="brand">PAC-MAN</span> products that clubNAMCO has to offer!',
			infoLocation: "side",
			url: "http://pacman.com/en/store"
		},
		2: {
			headlineImgURL: "/en/sites/default/themes/pacman/images/switcher/pacmatchparty.jpg",
			thumbnailImgURL: "/en/sites/default/themes/pacman/images/switcher/pacmatchparty_thm.jpg",
			title: "PAC-Match Party",
			alt: "PAC-Match Party",
			desc: "Let's celebrate everyone's favorite video game character!",
			infoLocation: "side",
			url: "http://www.pacman.com/en/"
		},
		3: {
			headlineImgURL: "/en/sites/default/themes/pacman/images/switcher/pacman_ce.jpg",
			thumbnailImgURL: "/en/sites/default/themes/pacman/images/switcher/pacman_ce_thm.jpg",
			title: "PAC-MAN Championship Edition",
			alt: "PAC-MAN Championship Edition",
			desc: "The arcade king returns! Now on Android!",
			infoLocation: "side",
			url: "http://pacman.com/en/games/mobile/pac-man-championship-edition-iphone-and-ipod-touch-game"
		},
		4: {
			headlineImgURL: "/en/sites/default/themes/pacman/images/switcher/pmpp.jpg",
			thumbnailImgURL: "/en/sites/default/themes/pacman/images/switcher/pmpp_thm.jpg",
			title: "PAC-MAN Pizza Parlor",
			alt: "PAC-MAN Pizza Parlor",
			desc: 'Join <span class="brand">PAC-MAN</span> as he helps Cathy run her family&#39;s pizza parlor!',
			infoLocation: "side",
			url: "http://pacman.com/en/games/pc/download-pac-man-pizza-parlor-pc-game"
		}
	});
});
/* ------ FOOTER -----------*/

$(document).ready(function(){

	$('#newsletter-submit').click(function(){
	});
	
	if(email_submit_worked)
	{
		$('#newsletter-email').val('Thank you!');
	}

});