if (navigator.appName == 'Netscape')
var language = navigator.language;
else
var language = navigator.userLanguage;

if (language.indexOf('de') > -1) document.location.href = 'http://www.muschiland.com/muschi-index.html';
else if (language.indexOf('de-ch') > -1) document.location.href = 'http://www.muschiland.com/muschi-index.html';
else if (language.indexOf('en') > -1) document.location.href = 'http://www.muschiland.com';
else if (language.indexOf('fr') > -1) document.location.href = 'http://www.muschiland.com/pussyland.html';
else if (language.indexOf('nl') > -1) document.location.href = 'http://www.muschiland.com/muschi-index.html';
else if (language.indexOf('ja') > -1) document.location.href = 'http://www.muschiland.com/pussyland.html';
else if (language.indexOf('it') > -1) document.location.href = 'http://www.muschiland.com/pussyland.html';
else if (language.indexOf('pt') > -1) document.location.href = 'http://www.muschiland.com/pussyland.html';
else if (language.indexOf('es') > -1) document.location.href = 'http://www.muschiland.com/pussyland.html';
else if (language.indexOf('sv') > -1) document.location.href = 'http://www.muschiland.com/pussyland.html';
else if (language.indexOf('zh') > -1) document.location.href = 'http://www.muschiland.com/pussyland.html';
else document.location.href = 'http://www.muschiland.com/muschi-index.html';
