document.writeln("	<script language=JavaScript>  ");
document.writeln("var message='';");
document.writeln("function clickIE() {if (document.all) {(message);return false;}}");
document.writeln("function clickNS(e) {if ");
document.writeln("(document.layers||(document.getElementById&&!document.all)) {");
document.writeln("if (e.which==2||e.which==3) {(message);return false;}}}");
document.writeln("if (document.layers) ");
document.writeln("{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}");
document.writeln("else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}");
document.writeln("document.oncontextmenu=new Function('return false')");
document.writeln("</script> ");
//document.writeln("<body oncontextmenu=\"return false\" onselectstart=\"return false\" ondragstart=\"return false\">");
function hidestatus(){
window.status=':: JUnius dj yMC ::'
return true
}
if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
document.onmouseover=hidestatus
document.onmouseout=hidestatus
