if (top == self) {
	if (location.href.indexOf("italiano")==-1)
		document.location = '/inglese/home.html?' + location.href ;	
	 else
		document.location = '/italiano/home.html?' + location.href ;	
}

