function fillItGood(){
	//if(currentPage == 'reservation'){
		//document.getElementById("especialTreatment").style.background = 'url(images/pazzo-rese-bg.png) top center repeat-y';
	//}else if(currentPage == 'private'){
		//document.getElementById("especialTreatment").style.background = 'url(images/pazzo-priv-bg.png) top center repeat-y';
	//}else if(currentPage == 'about'){
		//document.getElementById("especialTreatment").style.background = 'url(images/pazzo-abou-bg.png) center 280px no-repeat';
	//}
	//else if(currentPage == 'event'){
		//document.getElementById("especialTreatment").style.background = 'url(images/pazzo-abou-bg.png) center 320px no-repeat';
	//}
	//else if(currentPage == 'press'){
		//document.getElementById("especialTreatment").style.background = 'url(images/pazzo-abou-bg.png) center 430px no-repeat';
	//}
	
	document.getElementById("especialTreatment").style.position = 'absolute';
	document.getElementById("especialTreatment").style.display = 'block';
	document.getElementById("especialTreatment").style.width = 100 + '%';
	document.getElementById("especialTreatment").style.top = 120 + 'px';
	document.getElementById("especialTreatment").style.height = (document.getElementById("asd").clientHeight-165) + 'px';
	clearTimeout(doIt);
}

var doIt = setTimeout(fillItGood,2000);
