<!-- Begin
if (navigator.appName == 'Netscape')
var language = navigator.language;
else
var language = navigator.browserLanguage;

/*-------------------------------------------------------------
Netscape instructions:  
In Netscape, find the language you want to redirect by going to

Edit Menu --> Preferences...

Then click the '+' box next to 'Navigator' and click 'Languages'
Click 'Add' then find the languages you want and add them below.

---------------------------------------------------------------

Microsoft Internet Explorer instructions:  
In MSIE, find the language you want to redirect by going to

Tools Menu --> Internet Options...

Then click the 'Languages' button near the bottom of the page.
Click 'Add' then find the languages you want and add them below.

-------------------------------------------------------------*/

/* 
 popup = window.open('../popup.htm', 'Kerstkaart', 'width=594, height=418, toolbar=0, scrollbars=0, location=0, status=0, menubar=0, resizable=0, screenX=' + ((screen.width - 640) / 2) + ', screenY=' + ((screen.height - 450) / 2) + ', top=' + ((screen.height - 418) / 2) + ', left=' + ((screen.width - 594) / 2) + '')
setTimeout("popup.close();", 60000); */



if (language.indexOf('nl') > -1) document.location.href = '/nl';
else if (language.indexOf('en') > -1) document.location.href = '/nl';
else if (language.indexOf('es') > -1) document.location.href = '/nl';
// End -->
