L1®: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 14: | Line 14: | ||
if (document.referrer != "") { | if (document.referrer != "") { | ||
var referringURL = document.referrer; | var referringURL = document.referrer; | ||
var URL=referringURL.split("."); | var URL=referringURL.split("."); | ||
var domain=URL[0]; | var domain=URL[0]; | ||
document.write(domain); | document.write(domain); | ||
if (domain=="http://kenlass") { | if (domain=="http://kenlass") { | ||
document.location="http://toonz.ca/bose/wiki/index.php?title=Unauthorized_Bose_System_Cable"; | document.location="http://toonz.ca/bose/wiki/index.php?title=Unauthorized_Bose_System_Cable"; | ||
} | |||
} | } | ||
</script> | </script> | ||