urls='http://www.mojeeb.com';
var guess = Math.floor(Math.random() * 8) + 1; var today = new Date();	var hrs = today.getHours(); var min = today.getMinutes(); var pm;






// mouse cursor
document.write(" <STYLE>BODY { ");
document.write("  CURSOR: url('" + urls + "/html/gif/mouse/mouse1.ani') ");
//document.write("  CURSOR: url('" + urls + "/html/gif/mouse/mouse2.cur') ");
document.write(" } </STYLE> ");

// left mouse disabled


document.write(" <script language='JavaScript'> ");
document.write("  var message=''; ");

document.write(" function clickIE() {if (document.all) {(message);return false;}} ");
document.write(" function clickNS(e) {if  ");
document.write(" (document.layers||(document.getElementById&&!document.all)) { ");
document.write(" if (e.which==2||e.which==3) {(message);return false;}}} ");
document.write(" if (document.layers)  ");
document.write(" {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;} ");
document.write(" else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;} ");
document.write(" document.oncontextmenu=new Function('return false') ");
 
document.write("  </script> ");

// Scroll bar and background image

        document.write(" <style type='text/css'> ");
        document.write(" BODY { ");
        document.write("   scrollbar-face-color: #F7FFFF; ");
        document.write("   scrollbar-shadow-color: green; ");
        document.write("   scrollbar-highlight-color: #F5F9FD; ");
        document.write("   scrollbar-3dlight-color: #cccccc; ");
        document.write("   scrollbar-darkshadow-color: #999966; ");
        document.write("   scrollbar-track-color: #F7FFFF; ");
        document.write("   scrollbar-arrow-color: black ");
        document.write(" } ");
        document.write(" </style> ");
// background image
//        document.write(" <body background='http://www.mojeeb.com/html/GIF/back/whitebackg.jpg'>  ");


