       <!-- Begin
function click()
 {
   if(event.button==2)
    {
      alert('Thank You !!!')
     }}
document.onmousedown=click
        function dateinbar()
        {
	var d=new Date();
	var mon=d.getMonth()+1;
	var year=d.getFullYear();
	var date=d.getDate();
	var h=d.getHours();
	var m=d.getMinutes();
	var s=d.getSeconds();
	var AorP=" ";
	if (h>=12)
	    AorP="P.M.";
	else
	    AorP="A.M.";
	if (h>=13)
	    h=h-12;
	if (s<10)
	    s="0"+s;
	if (m<10)
	    m="0"+m;
	defaultStatus = ":: Agrawal Sabha :: Current Date :  "+date+"/"+mon+"/"+year+" "+"  and  Time:  " + h+":"+m+":"+s+" "+AorP+"   Powered by Febmail.Com" ;
	setTimeout("dateinbar()",1000);
	}
	dateinbar();
	//  End -->
<!-- 
var TitleMessage='Agrawal Sabha - One Brick One Rupee !!!'; 
var titleplace=1; 
function scrollTitleIn() { 
document.title=TitleMessage.substring(0, titleplace); 
if (titleplace >= TitleMessage.length) { 
titleplace=1; 
window.setTimeout('scrollTitleOut()',300);  
} else { 
titleplace++; 
window.setTimeout('scrollTitleIn()',50);  
}  
} 
function scrollTitleOut() { 
document.title=TitleMessage.substring(titleplace, TitleMessage.length); 
if (titleplace >= TitleMessage.length) { 
titleplace=1; 
window.setTimeout('scrollTitleIn()', 100); 
} else { 
titleplace++; 
window.setTimeout('scrollTitleOut()', 50); 
} 
} 
scrollTitleIn();
// End --> 
