function writeJS() {
var str='';
str+='<table width="1%" border="0" align="left">';

str+='		<tr>';
str+='			<td valign="top" bgcolor="#993399">';
str+=' <center><font face="Arial, Helvetica, sans-serif"><b>';
str+= getRev();
str+=' 			</b></font></center></td></tr>';

str+='		<tr>';
str+='			<td valign="top" bgcolor="#993399">';
str+=' <center>Link of the Moment <br>';
str+= getLink();
str+=' 			</center></td></tr>';
str+='    <tr>';
str+='    <td bgcolor="#993399">';
str+='            <b><i>Buy Love Hina<br>Stuff</i></b><br>';
str+='            <a href="http://animenmore.com/cgi-bin/click.cgi?account=projectbag&page=dvd-22.shtml" target="_blank">Love Hina DVDs</a><br>';
str+='            <a href="http://animenmore.com/cgi-bin/click.cgi?account=projectbag&page=music28.shtml" target="_blank">The Blues (music cds)</a><br>';
str+='            <a href="http://animenmore.com/cgi-bin/click.cgi?account=projectbag&page=wallscroll33.shtml" target="_blank">Wallscrolls</a><br>';
str+=' </td> </tr>';
str+='  <tr>';
str+='    <td bgcolor="#993399">';
str+='<p><strong><em>Love Hina Navigation</em></strong></p>';
str+='      <p><a href="../lovehina/lovehina_pictures_index.htm">Pictures</a><br>';
str+='        <a href="../lovehina/lovehina_overview_index.htm">Overview</a> <br>';
str+='        <a href="../lovehina/lovehina_bio_index.htm">Character_Bios</a><br>';
str+='        <a href="../lovehina/lovehina_episodeguide_index.htm">Episode_Guide</a><br>';
str+='        <a href="../lovehina/lovehina_manga_index.htm">Manga Summaries</a>'; 
str+=getNav();
str+='        </div>';
str+='      </td>';
str+='    </tr>';
str+='   </tr></table> ';
document.write(str);
}
writeJS();