<!-- 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 Iron Chefsu --> 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 Iron Chefsu --> 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.

Two-letter primary codes are reserved for [ISO639] language 
abbreviations. Two-letter codes include fr (French), de (German), it (Italian), 
nl (Dutch), el (Greek), es (Spanish), pt (Portuguese), ar (Arabic), he (Hebrew), 
ru (Russian), zh (Chinese), ja (Japanese), hi (Hindi), ur (Urdu), and sa 
(Sanskrit).

-------------------------------------------------------------*/

if (language.indexOf('en') > -1) document.location.href = 'dating-services.html';
//else if (language.indexOf('ar') > -1) document.location.href = 'arabic.html';
//else if (language.indexOf('nl') > -1) document.location.href = 'dutch.html';
else if (language.indexOf('fr') > -1) document.location.href = 'viseur-d-ami-francais.html';
else if (language.indexOf('de') > -1) document.location.href = 'http://adultfriendfinder.com.com/go/g250236&lang=german&ip=auto';
//else if (language.indexOf('el') > -1) document.location.href = 'greek.html';
else if (language.indexOf('he') > -1) document.location.href = 'http://jewishfriendfinder.com/go/g250236&ip=auto';
else if (language.indexOf('hi') > -1) document.location.href = 'http://indianfriendfinder.com/go/g250236&ip=auto';
else if (language.indexOf('ja') > -1) document.location.href = 'http://adultfriendfinder.com.com/go/g250236&lang=japanese&ip=auto';
else if (language.indexOf('it') > -1) document.location.href = 'http://italianfriendfinder.com/go/g250236&lang=italian&ip=auto';
else if (language.indexOf('pt') > -1) document.location.href = 'http://amigos.com/go/g250236&ip=auto';
//else if (language.indexOf('ru') > -1) document.location.href = 'russian.html';
else if (language.indexOf('es') > -1) document.location.href = 'http://adultfriendfinder.com.com/go/g250236&lang=spanish&ip=auto';
//else if (language.indexOf('sv') > -1) document.location.href = 'swedish.html';
else if (language.indexOf('zh') > -1) document.location.href = 'asian-friend-finder.html';
else 
document.location.href = 'dating-services.html';
// End -->

