var lang = document.all?navigator.userLanguage:navigator.language;
if (lang == "it")
     self.location="index.html";
else
     self.location="index-en.html"; 