if (top.location.href.indexOf("index.asp") == -1)
	if (top.location.href!="http://direzione/")
		if (top.location.href!="http://www.ceforinformatica.it/")
		  	if (top.location.href.indexOf("direzione")!=-1)
			  	top.location.href = "index.asp?page="+top.location.href.substr(top.location.href.indexOf("ceforinformatica")+17,top.location.href.length);
			else 
				top.location.href = "index.asp?page="+top.location.href.substr(top.location.href.indexOf("ceforinformatica")+20,top.location.href.length);

