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