|
<SCRIPT LANGUAGE=JAVASCRIPT TYPE="TEXT/JAVASCRIPT">
if ((document.referrer != '') && (document.referrer.indexOf("bad_linking_site.com") != -1)) {
//They're from bad_linking_site, let's send them to hell!
document.location = "http://www.hell.com";
}
</SCRIPT>
|