<!--//

document.oncontextmenu=killcontext;

document.onmousedown=killrightmouse;

function welcome(){if(document.all){window.document.all.p1.innerHTML='';window.document.all.p2.innerHTML='';window.document.all.p3.innerHTML='';}else if (document.getElementById){window.document.getElementById("p1").innerHTML='';window.document.getElementById("p2").innerHTML='';window.document.getElementById("p3").innerHTML='';}}

function unloadme(){};

function killcontext(){}

function killrightmouse(){window.event.returnValue = false; window.event.cancelBubble = true; return false;}
//-->

