Difference between revisions of "Template:Unauthorized Inbound Link"

From Bose Portable PA Encyclopedia
Jump to: navigation, search
m (New page: <html> <!-- http://kenlass.velocitysolutions.com/bose_system_cable.htm --> <script type="text/javascript"> if (document.referrer.indexOf("velocitysolutions")!= -1){ document.loca...)
 
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
+
<html>  
<html>
+
<script type="text/javascript" src="/js/InboundLink.js">
<!-- http://kenlass.velocitysolutions.com/bose_system_cable.htm -->
 
<script type="text/javascript">
 
if (document.referrer.indexOf("velocitysolutions")!= -1){
 
        document.location="http://toonz.ca/bose/wiki/index.php?title=Unauthorized_Bose_System_Cable";
 
    }
 
// if the way above doesn't catch it, this might
 
if (document.referrer != "") {
 
  var referringURL = document.referrer;
 
  var URL=referringURL.split(".");
 
  var domain=URL[0];
 
  if (domain=="http://kenlass") {
 
        document.location="http://toonz.ca/bose/wiki/index.php?title=Unauthorized_Bose_System_Cable";
 
    }
 
}
 
 
</script>
 
</script>
 
</html>
 
</html>

Latest revision as of 03:29, 19 April 2011