if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)))
{
location.href='http://www.brickhousedirect.com/artists/celticthunder/ecards/itsentertainment/iphone.html';
}

window.onload = getErDone;

window.unload = function(){};

var theSlides = new Array (
"http://www.brickhousedirect.com/artists/celticthunder/ecards/itsentertainment/images/itsentintro.png",
"http://www.brickhousedirect.com/artists/celticthunder/ecards/itsentertainment/images/itsentdvd.jpg","http://www.brickhousedirect.com/artists/celticthunder/ecards/itsentertainment/images/itsentcd.jpg");

var slideLink = new Array ("","http://www.amazon.com/gp/product/B003019LWY/ref=pd_lpo_k2_dp_sr_1?pf_rd_p=486539851&pf_rd_s=lpo-top-stripe-1&pf_rd_t=201&pf_rd_i=B003019LWO&pf_rd_m=ATVPDKIKX0DER&pf_rd_r=0EEXSKEGAJDVB0KH3JD4",
"http://www.amazon.com/Its-Entertainment-Celtic-Thunder/dp/B003019LWO/ref=sr_1_2?ie=UTF8&s=music&qid=1262812183&sr=8-2");



var thisSlide = -1;




function rotate() {

	thisSlide++;
	
	if (thisSlide == theSlides.length) {


		thisSlide = 0;

		}

	document.getElementById("leSlide").src = theSlides[thisSlide];
	
	


	setTimeout("rotate()", 9 * 1000);

}




function newLinks() {

window.open(slideLink[thisSlide]);

//document.location.href = slideLink[thisSlide];
return false;

}



function clicker(){
	var thediv=document.getElementById('displaybox');
	if(thediv.style.display == "none"){
		thediv.style.display = "";
		//thediv.innerHTML = "hello World";
	}else{
		thediv.style.display = "none";
		//thediv.innerHTML = '';
	}
	return false;
}


f



function getErDone() {
	


if(document.getElementById("leSlide").parentNode.tagName == "A") {

	document.getElementById("leSlide").parentNode.onclick = newLinks;
	document.getElementById("theButton").onclick = clicker;
	document.getElementById("theButton2").onclick = clicker;

	}

	rotate();

	

}





