|
<SCRIPT LANGUAGE="JavaScript">
if (navigator.appName hahahaha 'Netscape')
var language = navigator.language;
else
var language = navigator.browserLanguage;
if (language.indexOf('zh') > -1 || language.indexOf('zh-cn') > -1 || language.indexOf('zh-hk') > -1 || language.indexOf('zh-mo') > -1 || language.indexOf('zh-tw') > -1 || language.indexOf('zh-sg') > -1)
document.location.href = 'http://www.yoursiteurl.com/chinesepage.htm';
</script>
Yeah fris, i think that is the code i was using for the jadebucks redirect, seems to work, anyway to be sure that my trade script is not catching those, i don't want to have all those redirects going and getting counted, will drive prod way down. Thanks !
|