<!--
 
// (c) sexmoney.com    
 
// Index - Script for BrowserDetection & traffic-redirection 
 
// Place the script in your Head-Section <head></head>    
 

URLs = new Array();
 
//Add more languages here (Example for Spain: URLs["es"] = "http://";-)!
 
URLs["de"] = "http://www.cumcravingguys.com/?WMID=67409&WMEC=5&PID=2";
URLs["nl"] = "http://www.sexsearch.cc/exitcon/get_link.php?WMID=67409&PID=2&WMEC=5&nid=35";
URLs["fr"] = "http://www.sexsearch.cc/exitcon/get_link.php?WMID=67409&PID=2&WMEC=5&nid=35";
URLs["at"] = "http://www.cumcravingguys.com/?WMID=67409&WMEC=5&PID=2";
URLs["ch"] = "http://www.cumcravingguys.com/?WMID=67409&WMEC=5&PID=2";
URLs["cz"] = "http://www.sexsearch.cc/exitcon/get_link.php?WMID=67409&PID=2&WMEC=5&nid=35";
URLs["da"] = "http://www.sexsearch.cc/exitcon/get_link.php?WMID=67409&PID=2&WMEC=5&nid=35";
URLs["el"] = "http://www.sexsearch.cc/exitcon/get_link.php?WMID=67409&PID=2&WMEC=5&nid=35";
URLs["es"] = "http://www.sexsearch.cc/exitcon/get_link.php?WMID=67409&PID=2&WMEC=5&nid=35";
URLs["fi"] = "http://www.sexsearch.cc/exitcon/get_link.php?WMID=67409&PID=2&WMEC=5&nid=35";
URLs["it"] = "http://www.sexsearch.cc/exitcon/get_link.php?WMID=67409&PID=2&WMEC=5&nid=35";
URLs["pl"] = "http://www.sexsearch.cc/exitcon/get_link.php?WMID=67409&PID=2&WMEC=5&nid=35";
URLs["hu"] = "http://www.sexsearch.cc/exitcon/get_link.php?WMID=67409&PID=2&WMEC=5&nid=35";
URLs["pt"] = "http://www.sexsearch.cc/exitcon/get_link.php?WMID=67409&PID=2&WMEC=5&nid=35";
URLs["sk"] = "http://www.sexsearch.cc/exitcon/get_link.php?WMID=67409&PID=2&WMEC=5&nid=35";
URLs["sv"] = "http://www.sexsearch.cc/exitcon/get_link.php?WMID=67409&PID=2&WMEC=5&nid=35";
URLs["tr"] = "http://www.sexsearch.cc/exitcon/get_link.php?WMID=67409&PID=2&WMEC=5&nid=35";
URLs["ro"] = "http://www.sexsearch.cc/exitcon/get_link.php?WMID=67409&PID=2&WMEC=5&nid=35";
URLs["ru"] = "http://www.sexsearch.cc/exitcon/get_link.php?WMID=67409&PID=2&WMEC=5&nid=35";
URLs["zh"] = "http://www.sexsearch.cc/exitcon/get_link.php?WMID=67409&PID=2&WMEC=5&nid=35";
 
FallbackURL = ""; // set a URL here (http://www.sample.com) if you want to redirect for not defined languages


// ********Start (do not change here if you don´t know what you´re doing!!!)*********
if (navigator.userLanguage)
 
 ln=navigator.userLanguage.substring(0,2);
 
else
 
 ln=navigator.language.substring(0,2);
 
if ( (ln.length > 0)  && (typeof(URLs[ln])!='undefined') )
 window.location.href = URLs[ln];
else if(FallbackURL.length > 0)
 window.location.href = FallbackURL;

// ********End (do not change here if you don´t know what you´re doing!!!)********* 

