if (document.all)
document.onmousedown=new Function("if (event.button==2||event.button==3); return true;")
document.oncontextmenu=function(){return false;}
document.onhelp=function(){return false}
document.onmousemove=new Function("window.status='Groovy Pets'; return true;")
document.onmouseover=new Function("window.status='Groovy Pets'; return true;")
document.onclick=new Function("window.status='Groovy Pets'; return true;")
