document.write('<tr><td colspan=2><table WIDTH=780 height=25 BORDER=0 align="center" BACKGROUND="images/index_22.jpg" valign="top" class="txt1"><tr><td valign=left>Today is :<script>callDate();</script><td valign="right" style="padding-top:5px;"><span style="padding-right:8px; color:000000;">Site developed & maintained by <a href=http://www.ebizindia.net/ style="color:#000000; text-decoration:underline;">Intellect IT Solutions Pvt. Ltd</a></span></div></td></tr></table>');

var message="Right Click Function Disabled!";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
