var copyright_msg = "Source Code and Pictures are Copyrighted.\nŠ2004-2008 Ignite iT";
var isIE=document.getElementById&&document.all;
var isNS=document.getElementById&&!document.all;
function click() { if ((isIE && event.button==2) || isNS) { alert(copyright_msg); } return false; }
if (isIE) { document.onmousedown=click; }
else if (isNS) { document.oncontextmenu=click; }