var query = document.location.search;
if(query.indexOf("&") > 0){
	query = query.substr(query.indexOf("=")+1, (query.indexOf("&")-query.indexOf("=")-1));
}else{
	query = query.substr(query.indexOf("=")+1);
}	
if(query == 'auckland' || query == 'christchurch' || query == 'dunedin' || query == 'wellington' || query == 'hamilton' ){			
   document.cookie = 'area=' + query;			
}
var cookies = "";	
if(document.cookie.indexOf("area") > 0) {
	var ca = document.cookie.split(';');
	for(var i=0;i < ca.length;i++) {
		var c = ca[i];
		while (c.charAt(0)==' ') c = c.substring(1,c.length);
		if (c.indexOf("area=") == 0) cookies = c.substring(5,c.length);
	}
}

function updateTerms(myQuery){
  switch(myQuery){
	case "auckland":
		document.getElementById("termsCopy").innerHTML = "Offers only valid when you use your Mercury Energy Movie  Club Card to purchase movie tickets.<br />  &dagger; Family Movie Pass valid for one adult and up to two kids.  All screenings except special event films, 3D, IMAX, Gold Class, Cinema Deluxe  and film festivals.<br />  &dagger;&dagger; Any day, excluding school holidays. For full priced adult  tickets to all screenings except special event films, IMAX, Cinema Deluxe and  film festivals.<br />  * Valid for up to two adults per session. All screenings  except special event films, 3D, IMAX, Gold Class, Cinema Deluxe and film  festivals.<br />  ** Valid for up to two adults per session. All screenings  except special event films, IMAX, Gold Class, Cinema Deluxe and film festivals.<br />  ^ Valid for up to two adults per session. All screenings  except special event films, IMAX, Cinema Deluxe and film festivals. <br>";
		document.getElementById("cinemasLogos").innerHTML = '<p>Brought to you by <a target="_blank" href="http://www.mercury.co.nz/">Mercury Energy</a> &amp; </p>		<a target="_blank" href="http://www.eventcinemas.co.nz/"><img height="41" width="82" alt="Event Cinemas" src="/images/event.gif"></a>';
		 break;
	case "wellington":
		document.getElementById("termsCopy").innerHTML = "Offers only valid when you use your Mercury Energy Movie  Club Card to purchase movie tickets.<br />  &dagger; Family Movie Pass valid for one adult and up to two kids.  All screenings except special event films, 3D, IMAX, Gold Class, Cinema Deluxe  and film festivals.<br />  &dagger;&dagger; Any day, excluding school holidays. For full priced adult  tickets to all screenings except special event films, IMAX, Cinema Deluxe and  film festivals.<br />  * Valid for up to two adults per session. All screenings  except special event films, 3D, IMAX, Gold Class, Cinema Deluxe and film  festivals.<br/>** Valid for up to two adults per session. All screenings except special event films, IMAX, Gold Class, Cinema Deluxe and film festivals.<br />";
		document.getElementById("cinemasLogos").innerHTML = '<p>Brought to you by <a target="_blank" href="http://www.mercury.co.nz/">Mercury Energy</a> &amp; </p><a target="_blank" href="http://www.eventcinemas.co.nz/"><img height="41" width="82" alt="Event Cinemas" src="/images/event.gif"></a><a href=""><img height="41" width="69" alt="Embassy" src="/images/embassy.gif"></a>';
		 break;
	case "hamilton":
		document.getElementById("termsCopy").innerHTML = "Offers only valid when you use your Mercury Energy Movie  Club Card to purchase movie tickets.<br />  &dagger; Family Movie Pass valid for one adult and up to two kids.  All screenings except special event films, 3D, IMAX, Gold Class, Cinema Deluxe  and film festivals.<br />  &dagger;&dagger; Any day, excluding school holidays. For full priced adult  tickets to all screenings except special event films, IMAX, Cinema Deluxe and  film festivals.<br />  * Valid for up to two adults per session. All screenings  except special event films, 3D, IMAX, Gold Class, Cinema Deluxe and film  festivals.<br />  ** Valid for up to two adults per session. All screenings  except special event films, IMAX, Gold Class, Cinema Deluxe and film festivals.<br />  ^ Valid for up to two adults per session. All screenings  except special event films, IMAX, Cinema Deluxe and film festivals. <br>";		
		document.getElementById("cinemasLogos").innerHTML = '<p>Brought to you by <a target="_blank" href="http://www.mercury.co.nz/">Mercury Energy</a> &amp; </p>			<a target="_blank" href="http://www.eventcinemas.co.nz/"><img height="41" width="82" alt="Event Cinemas" src="/images/event.gif"></a>';
		break;
	case "christchurch":
		document.getElementById("termsCopy").innerHTML = "Offers only valid when you use your Mercury Energy Movie Club Card to purchase movie tickets.<br>&dagger; Valid for up to two adults per session on a Monday or Tuesday night. <br>* Valid for up to two adults per session on a Monday or Tuesday.<br>^ Valid for up to two seniors per session on a Monday or Tuesday.<br>All offers are valid for all screenings except films on No Complimentaries, Beyond Film presentations, film festivals, and special screenings<br/>";		
		document.getElementById("cinemasLogos").innerHTML = '<p>Brought to you by <a href="http://www.mercury.co.nz/" target="_blank">Mercury Energy</a> &amp; </p><a href="http://www.rialto.co.nz" target="_blank"><img src="/images/rialtoLogo.gif" alt="Rialto" width="36" height="41"></a>';
		break;
	case "dunedin":	
		document.getElementById("termsCopy").innerHTML = "Offers only valid when you use your Mercury Energy Movie  Club Card to purchase movie tickets.<br />  &dagger; Family Movie Pass valid for one adult and up to two kids.  All screenings except special event films, 3D, IMAX, Gold Class, Cinema Deluxe  and film festivals.<br />  &dagger;&dagger; Any day, excluding school holidays. For full priced adult  tickets to all screenings except special event films, IMAX, Cinema Deluxe and  film festivals.<br />  * Valid for up to two adults per session. All screenings  except special event films, 3D, IMAX, Gold Class, Cinema Deluxe and film  festivals.<br />  ^ Valid for up to two SENIORS per session. All screenings  except special event films and film festivals. <br/>";		
		document.getElementById("cinemasLogos").innerHTML = '<p>Brought to you by <a href="http://www.mercury.co.nz/" target="_blank">Mercury Energy</a> &amp; </p><a href="http://www.rialto.co.nz" target="_blank"><img src="/images/rialtoLogo.gif" alt="Rialto" width="36" height="41"></a>';
		break;
	default:		
		break;		
  }	
}

var hasSumitted = false;

function noDoubleSubmit() {
	if(!hasSumitted) {
		hasSumitted = true;
		return true;
	} else {
		return false;
	}
}

function MM_preloadImages() { 
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
	var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
	if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
// Detect query in the url, and show correct lightBox
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
function autoShowLightBox(){	
	MM_preloadImages('/images/selector-bg.gif', '/images/homepg_bg_yellow.jpg','/images/MovieClub_home_bg.jpg','/images/movie_club_pass.jpg','/images/welcome_mercury_movie_club.jpg');
	var url = location.search.split("?").join("");
	var openLB = "";
	switch(url){
		case ("area="+query+"&lb2"): 
			openLB = "/content/savings.html?area="+query;
			tb_show('', openLB+'?KeepThis=true&TB_iframe=true&height=500&width=775&modal=true', null);
			break;
		case ("area="+query+"&lb3"): 
			openLB = "/content/offers.html?area="+query;
			tb_show('', openLB+'?KeepThis=true&TB_iframe=true&height=680&width=696&modal=true', null);
			break;
		case 'areaSelector=yes': 
			openLB = "/areaSelector.html";
			tb_show('', openLB+'?KeepThis=true&TB_iframe=true&height=320&width=455&modal=true', null);
			break;
		case '':				
		   if (cookies == 'auckland' ||  cookies == 'wellington' || cookies == 'dunedin' || cookies == 'hamilton') {
			   query = cookies;
			   $(".multipageImages").attr("src",function() { return "http://register.mercurymovieclub.co.nz/objects/version/13/61/25/256113/images/" + query + "-" + this.name; });
		   } else if ( cookies == 'christchurch' ){
			   query = cookies;
			   $(".multipageImages").attr("src",function() { return "http://register.mercurymovieclub.co.nz/objects/version/13/61/25/256113/images/" + query + "-" + this.name; });
		   }else{
				window.location = "/index.html?areaSelector=yes"
		   }			
	}
	if(query == 'auckland' || query == 'wellington' || query == 'dunedin' || query == 'hamilton' ){			
	   $(".multipageImages").attr("src",function() { return "http://register.mercurymovieclub.co.nz/objects/version/13/61/25/256113/images/" + query + "-" + this.name; });
	} else if (query ==  'christchurch'){
		$(".multipageImages").attr("src",function() { return "http://register.mercurymovieclub.co.nz/objects/version/13/61/25/256113/images/" + query + "-" + this.name; });
	} 	updateTerms(query);
	//document.write("<input class='lbOn' id='lbOnAuto' type='hidden' value='"+ openLB +"'>");
	return true;
}
function showLightBox(){
	tb_show('', '/areaSelector.html?KeepThis=true&TB_iframe=true&height=320&width=455&modal=true', null);
}
