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

