if (top.location.href.indexOf("index.php") == -1)
	if (top.location.href!="http://direzione/microdentistry/")
		if (top.location.href!="http://www.microdentistry.it/")
			if (top.location.href!="http://www.microdentistry.net/")
				if (top.location.href!="http://www.microdentistry.org/")
					if (top.location.href!="http://www.microdentistry.biz/")
					  	if (top.location.href.indexOf("direzione")!=-1)
						  	top.location.href = "index.php?page="+top.location.href.substr(top.location.href.indexOf("microdentistry")+15,top.location.href.length);
						else if (top.location.href.indexOf(".it")!=-1)
							top.location.href = "index.php?page="+top.location.href.substr(top.location.href.indexOf("microdentistry")+18,top.location.href.length);
						else						
							top.location.href = "index.php?page="+top.location.href.substr(top.location.href.indexOf("microdentistry")+19,top.location.href.length);
