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> ';
str+='      <td bgcolor="#000000"> ';
str+='        <div align="center"><b>Ninja Scrolls</b><br>';
str+='          <br>';
str+='          <a href="../ninja_scrolls/pics_index.html">Image Gallery</a><br>';
str+='          <a href="../ninja_scrolls/scrolldex.html">Index </a></div>';
str+='      </td>';
str+='    </tr>';
str+='    <tr> ';
str+='      <td bgcolor="#000000"> ';
str+='        <div align="center">';
str+=getNav();
str+='          <p align="center"><font size="2"><a href="../index.html"><font size="3">Back ';
str+='            to Projectbag</font></a></font></p>';
str+='    </div>';
str+='      </td>';
str+='    </tr>';
str+='    <tr> ';
str+='      <td bgcolor="#000000"> ';
str+='        <div align="center"><b>Buy Ninja Scrolls at AnimeNMore.com<br>';
str+='          <a href="http://animenmore.com/cgi-bin/click.cgi?account=projectbag&page=dvd-27.shtml">DVD ';
str+='          </a></b><br>';
str+='        </div>';
str+='      </td>';
str+='    </tr>';
str+='  </table>';
document.write(str);
}
writeJS();
	