function writeJS() {
var str='';
str+='<table width="1%" border="0" align="left">';

str+='		<tr>';
str+='			<td background="../backgrounds/comp2.jpg">';
str+=' <center><font face="Arial, Helvetica, sans-serif"><b>';
str+= getRev();
str+=' 			</b></font></center></td></tr>';

str+='		<tr>';
str+='			<td background="../backgrounds/comp2.jpg">';
str+=' <center>Link of the Moment <br>';
str+= getLink();
str+=' 			</center></td></tr>';
str+='  <tr> ';
str+='    <td background="../backgrounds/comp2.jpg"> ';
str+='      <div align="center"> ';
str+='        <p><b>Ghosts of the Past Navigation</b></p>';
str+='        <p><a href="../ghost/bios_index.html">Character Bios</a><br>';
str+='          <a href="../ghost/ghost_index.html">Index</a> <br>';
str+='          <a href="../ghost/pic_index.html">Image Gallery</a><br>';
str+='          <a href="../ghost/synopsis.html">Synopsis</a><br>';
str+='        </p>';
str+='      </div>';
str+='    </td>';
str+='  </tr>';
str+='  <tr> ';
str+='    <td background="../backgrounds/comp2.jpg"> ';
str+='      <div align="center"><b>Buy Ghost in the Shell Stuff at AnimenMore.com</b><br>';
str+='        <a href="http://animenmore.com/cgi-bin/click.cgi?account=projectbag&page=dvd-13.shtml">DVD</a><br>';
str+='        <a href="http://animenmore.com/cgi-bin/click.cgi?account=projectbag&page=wallscroll12.shtml">Wallscrolls</a><br>';
str+='        <a href="http://animenmore.com/cgi-bin/click.cgi?account=projectbag&page=music21.shtml">Soundtracks</a> ';
str+='      </div>';
str+='    </td>';
str+='  </tr>';
str+='  <tr> ';
str+='    <td background="../backgrounds/comp2.jpg"> ';
str+='      <div align="center"> ';
str+=getNav();
str+='      </div>';
str+='    </td>';
str+='   </tr></table> ';
document.write(str);
}
writeJS();
	