function writeJS() {
var str='';
str+=' <table width="1%" border="0" align="left">';

str+='		<tr>';
str+='			<td valign="top" bgcolor="#000000">';
str+=' <center><font face="Arial, Helvetica, sans-serif"><b>';
str+= getRev();
str+=' 			</b></font></center></td></tr>';

str+='		<tr>';
str+='			<td valign="top" bgcolor="#000000">';
str+=' <center>Link of the Moment <br>';
str+= getLink();
str+=' 			</center></td></tr>';
str+='    <tr bgcolor="#000000"> ';
str+='<td width="15%" valign="top" align="center"> ';
str+='        <div align="center"><b><i>Sections</i></b><br>';
str+='          <a href="../outlaw_star/starpic_index.html">Picture Index</a><br>';
str+='          <a href="../outlaw_star/bios_index.html">Bios Index</a><br>';
str+='          <a href="../outlaw_star/star_index.html">Main Index</a><br>';
str+='          <a href="../outlaw_star/star_epguide.html">Episode Guide</a><br>';
str+='      </td>';
str+='    </tr>';
str+='    <tbody  ><tbody  ><tbody  ><tr bgcolor="#00CC00"> ';
str+='      <td width="15%" valign="top" align="center" bgcolor="#000000"> ';
str+=getNav();
str+='      </td>';
str+='    </tr>';
str+='    <tr bgcolor="#000000"> ';
str+='      <td width="15%">';
str+='        <div align="center"><font class=Arial-16pxn><b>Buy Outlaw Star stuff at AnimeNMore.com</b><br>';
str+='    <a href="http://animenmore.com/cgi-bin/click.cgi?account=projectbag&page=music33.shtml">Soundtracks</a><br>';
str+='    <a href="http://animenmore.com/cgi-bin/click.cgi?account=projectbag&page=dvd-28.shtml">DVDs</a> ';
str+='        </div>';
str+='      </td>';
str+='   </tr></table> ';
document.write(str);
}
writeJS();