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 local = referringURL.substring(referringURL.indexOf("kenlass"), referringURL.length);
var URL=split(referringURL,".");
document.write(local);
var domain=URL[0];
if (domain=="kenlass") {window.alert("You cannot harm your L1® by running it without the top half of the Cylindrical Radiator®")};
 
//  var local = referringURL.substring(referringURL.indexOf("kenlass"), referringURL.length);
//document.write(local);
//  location.href = "http://toonz.ca/bose/wiki/index.php?title=" + local;  
//  location.href = "http://toonz.ca/bose/wiki/index.php?title=" + local;  
}
}
document.write("unauthorized")
//document.write("unauthorized")




if (document.referrer=="kenlass.velocitysolutions.com/bose_system_cable.htm"){
window.alert("You cannot harm your L1® by running it without the top half of the Cylindrical Radiator®")
}
</script>
</script>
</html>
</html>
----
----
<references/>
<references/>