﻿<!-- //
var message="";
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if (document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("alert('The content on this site is bound to copyright." + 
    "    \\n\\n  Please do not reproduce or copy the content or         " + 
    "\\n  images from this site in any way as to do so would          " + 
    "\\n  be illeagal and against copyright law.        " + 
    "\\n\\n© Copyright London Scaffolding Solutions 2011. All rights reserved.          " + 
    "\\n'); return false;")
if (window.top != window) { window.top.location.href = self.location.href; }
// -->
