if (navigator.appName == 'Netscape')
var language = navigator.language;


else

var language = navigator.userLanguage;


if (language.indexOf('en-us') > -1) document.location.href = 'http://www.cagnard.net/qzeuiduiyfiBE/index.php?lang=en';
else if (language.indexOf('en') > -1) document.location.href = 'http://www.cagnard.net/index_en.php?lang=en';
else if (language.indexOf('nl-be') > -1) document.location.href = 'http://www.cagnard.net/qzeuiduiyfiBE/index.php?lang=nl';
else if (language.indexOf('fr-be') > -1) document.location.href = 'http://www.cagnard.net/qzeuiduiyfiBE/index.php?lang=nl';
else if (language.indexOf('fr') > -1) document.location.href = 'http://www.cagnard.net/dfkljghdfioFR/index.php?lang=fr';
else if (language.indexOf('nl') > -1) document.location.href = 'http://www.cagnard.net/djkhfgjkdfhNL/index.php?lang=nl';
else
document.location.href = 'index_en.php';
