if (navigator.userLanguage) {theAgent = navigator.userLanguage;}
else {theAgent = navigator.language;}
 if (theAgent.indexOf('en') != -1) {location.href = "http://www.kerakoll.com/en/home?lang=en";}
 else if (theAgent.indexOf('es') != -1) {location.href = "http://www.kerakoll.com/es/home?lang=es";}
 else if (theAgent.indexOf('it') != -1) {location.href = "http://www.kerakoll.com/it/home?lang=it";}
 else if (theAgent.indexOf('hu') != -1) {location.href = "http://www.kerakoll.hu";}
 //else if (theAgent.indexOf('sv') != -1) {location.href = "http://www.KERAKOLLSVERIGE.SE";} 
 //else if (theAgent.indexOf('de') != -1) {location.href = "http://products.kerakoll.com/catalogo.asp?id_lingua=3";}
 //else if (theAgent.indexOf('fr') != -1) {location.href = "http://products.kerakoll.com/catalogo.asp?id_lingua=4";}
 else if (theAgent.indexOf('pl') != -1) {location.href = "http://products.kerakoll.com/catalogo.asp?id_lingua=6";} 
 else if (theAgent.indexOf('el') != -1) {location.href = "http://products.kerakoll.com/catalogo.asp?id_lingua=7";} 
 else if (theAgent.indexOf('pt') != -1) {location.href = "http://products.kerakoll.com/catalogo.asp?id_lingua=8";}  
 //else if (theAgent.indexOf('en') != -1) {location.href = "http://products.kerakoll.com/catalogo.asp?id_lingua=11";}
 else {  
	 //location.href="http://products.kerakoll.com/catalogo.asp?id_lingua=2";
	 location.href="http://www.kerakoll.com/en/home?lang=en";
 }
