window.setTimeout(function(){
	try{
		if( top.window.location==window.location || top.window.location.href.indexOf("samsaraclub.it") == -1){
			if( document.getElementById("backHome") != null && document.getElementById("backHome").style )
				document.getElementById("backHome").style.display='';
			else
				top.window.location.replace("http://www.samsaraclub.it/");
		
		}else{
			if( document.getElementById("backHome") != null && document.getElementById("backHome").style )
				document.getElementById("backHome").style.display='none';
		}
	}catch(error){top.window.location.replace("http://www.samsaraclub.it/");}
},1000);
/* nella fotogallery che g o o ancora mantiene lascio 
<a id="backHome" href="http://www.samsaraclub.it/">danza del ventre home page</a></p>
nel resto rimuovo tutto e cmq in ogni pagina tranne la default :oD includo questo js
*/
