View Single Post
Old 07-31-2005, 12:31 AM  
spunkmaster
Confirmed User
 
spunkmaster's Avatar
 
Join Date: Jan 2004
Posts: 2,052
<SCRIPT LANGUAGE="JavaScript">

<!-- Begin

// Where to go if the user's country is not USA
$linkForNotUSA="http://www.fuckyou.com or another URL";

var type=navigator.appName;
if (typehahahaha"Netscape")
var lang = navigator.language;
else var lang = navigator.userLanguage

if (lang.substr(0,2) != "en")
{
window.location=($linkForNotUSA);
}

if (lang.substr(0,2) hahahaha "en") {

if (lang.substr(3,2) != "us") {
if (lang.substr(3.2) != "US") {
window.location=($linkForNotUSA);
}
}
}

// End -->
</script>
__________________

spunkmaster is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote