var type=navigator.appName
if (type=="Netscape")
var lang = navigator.language
else
var lang = navigator.userLanguage
var lang = lang.substr(0,2)

if (lang == "nl")
window.location.replace('http://www.crm-resultants.nl/')
else if (lang == "uk")
window.location.replace('http://www.crm-resultants.nl/index.asp')
else if (lang == "en-us")
window.location.replace('http://www.crm-resultants.nl/index.asp')
else if (lang == "en-gb")
window.location.replace('http://www.crm-resultants.nl/index.asp')		
			
// default
else
window.location.replace('http://www.crm-resultants.nl/')
