// insert_top.js
// 2005 Created by Dr. Herong Yang
//
document.write('<table class="insert_top" cellspacing="0" cellpadding="0" border="0">');
document.write('<tr><td colspan="3"><img src="/images/banner.jpg" width="800"/></td></tr>');
document.write('<tr><td align="left"><font color=#990000>'+day+', '+month+myweekday+', '+ year+'</font></td>');
document.write('<td align="center" width="10%">&nbsp;</td>');
document.write('<td align="right">');
document.write('<table class="menu_top" cellspacing="1" cellpadding="0" border="0">');
document.write('<tr>');
document.write('<form action="http://www.biohermes.com/cgi-bin/entropysearch.cgi" target=searchwindow>');
document.write('<td bgcolor="#415CA1"><a class="menu" href="/index.html"><font color="#ffffff">Home</font></a></td>');
document.write('<td bgcolor="#415CA1"><a class="menu" href="/members.html"><font color="#ffffff">Register</font></a></td>');
document.write('<td bgcolor="#415CA1" align="bottom"><font color="#ffffff">'); 
document.write('<input type="text" name="query" value="" size="10">');
document.write('<input type="hidden" name="user" value="bioherme">');
document.write('<input type="hidden" name="basehref" value="http://biohermes.com">');
document.write('<input type="hidden" name="template" value="default">');
document.write('&nbsp;<input type="submit" value="Search">');
document.write('</font></td>');
document.write('</form>');
document.write('</tr>');
document.write('</table>');
document.write('</td></tr>');
document.write('</table>');
