

	//
	// relocate script 
	//
	// (C) copyright,  2005 - Kame Srl, Verona (Italy)
	//


	var trovato = 0 ;

        var urlString = self.location.href;
        var slashIndex = urlString.indexOf("/",10) ;
	var actualUrl = urlString.substring(7,slashIndex) ;

	// DEBUG ::  alert(actualUrl) ;

	if (actualUrl == 'www.spherasail.it') { trovato = 1 ; document.location = "http://www.spherasail.it/ita/index.asp" ; }
	if (actualUrl == 'www.spherasail.com') { trovato = 1 ; document.location ="http://www.spherasail.it/ita/index.asp" ; }







