
var now;
var stDate;
var stMonth;
now = new Date();  						
if ((now.getMonth()+1) == 1)
	stMonth = "January"
if ((now.getMonth()+1) == 2)
	stMonth = "February"
if ((now.getMonth()+1) == 3)
	stMonth = "March"
if ((now.getMonth()+1) == 4)
	stMonth = "April"
if ((now.getMonth()+1) == 5)
	stMonth = "May"
if ((now.getMonth()+1) == 6)
	stMonth = "June"
if ((now.getMonth()+1) == 7)
	stMonth = "July"
if ((now.getMonth()+1) == 8)
	stMonth = "August"
if ((now.getMonth()+1) == 9)
	stMonth = "September"
if ((now.getMonth()+1) == 10)
	stMonth = "October"
if ((now.getMonth()+1) == 11)
	stMonth = "Novemeber"
if ((now.getMonth()+1) == 12)
	stMonth = "December"

stDate = now.getDate() + " " + stMonth + ", " + now.getFullYear();
document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#fcead2" background="../Himges/pgbackgrnd.gif"><tr><td align=right><a href="../Home.aspx" target="_parent"><IMG border=0 src="../Himges/home.jpg"></a></td></tr></table>');
//document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%"  height="47" background="../Himges/tabback.gif"><tr><td width="10%" height="47"><img border="0" src="../Himges/services.gif" width="171" height="46"></td><td align="left" height="47"><font face="sans-serif, Arial, Helvetica, Verdana" size="1">&nbsp;&nbsp;<img border="0" src="../Himges/spacer.gif" width="5" height="11"><b>' + stDate + '</b></font><b><br><img border="0" src="../Himges/spacer.gif" width="20" height="30"><img border="0" src="../Himges/mpsearch.gif" width="248" height="16" alt="The power of  manupatra  search"><img border="0" src="../Himges/power_anim.gif" width="22" height="30" alt="Click Here to know more about the power of  manupatra  search"><img border="0" src="../Himges/spacer.gif" width="60" height="30"></b></a><img border="0" src="../Himges/spacer.gif" width="20" height="30"><a href="default.asp"><img border="0" src="../Himges/home.gif" vspace="2"  alt="Back to Manupatra HomePage."></a></td><td align="right" height="47"><img src="../Himges/nextpage.gif" width="94" height="46"></td></tr></table>');

//Original code
//document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%" background="../images/tabback.gif"><tr><td width="10%"><img border="0" src="../images/services.gif" width="171" height="46"></td><td align="left"><font face="sans-serif, Arial, Helvetica, Verdana" size="1"><b>&nbsp;&nbsp;<img border="0" src="../images/spacer.gif" width="5" height="11">' + stDate + '</font><br><img border="0" src="../images/search.gif" width="38" height="13"> <input type="text" name="T1" size="16" ><a href="Javascript:fnWinOpen(40);"><img border="0" src="../images/go.gif" width="22" height="14"></a><img border="0" src="../images/spacer.gif" width="2" height="27">&nbsp;&nbsp;<a href="Javascript:fnWinOpen(40);"><img border="0" src="../images/bokstore.gif" alt="To order books  online and delivered within hours of placing the order. Covering a wide array of  categories and publishers both  Indian &amp; International."></a><a href="../asp/order.asp"><img border="0" src="../images/offhelp.gif" alt="Service to assist the target segment with their research through offline modes."></a><a href=../about/download.asp><img border="0" src="../images/download.gif" alt="Download the latest updates of products & softwares."></a><a href="../asp/home.asp"><img border="0" src="../images/home.gif" alt="Back to Manupatra HomePage."></a></td><td width="10%" align="right" height="46" valign="top"><img border="0" src="../images/nextpage.gif" width="94" height="46"></td></tr></table>');
