// JavaScript Document
if (navigator.userLanguage) {theAgent = navigator.userLanguage;}
else {theAgent = navigator.language;}
// if (theAgent.indexOf('en') != -1) {location.href = "http://nomesito.karalisweb.net/en/home/default.asp";}
if (theAgent.indexOf('it') != -1) { location.href = "http://www.deloguimpresa.it/it/home/default.asp"; }
//if (theAgent.indexOf('fr') != -1) {location.href = "http://nomesito.karalisweb.net/fr/home/default.asp";}

