function writeJS() {
var str='';
str+='<table width="1%" border="0" align="left">';

str+='		<tr>';
str+='			<td valign="top" bgcolor="#E17100">';
str+=' <center><font face="Arial, Helvetica, sans-serif"><b>';
str+= getRev();
str+=' 			</b></font></center></td></tr>';
str+='    <tr> ';
str+='      <td width="15%" valign="top" bgcolor="#E17100"> ';
str+='        <p align="center"><b><i>Naruto Navigation</i></b><br>';
str+='			<a href="../naruto/index.html"> Naruto Index </a><br>';
str+='			<a href="../naruto/backgrounds.html"> Backgrounds </a><br>';
str+='			<a href="../naruto/character_guide.html"> Character Guide </a><br>';
str+='          <a href="../naruto/pictures.html">Image Galleries</a><br>';
str+='			<a href="../naruto/ep_guide.html">Episode Guide</a><br>';
str+='          <a href="../naruto/review.html">Review</a><br><br>';
str+='			<center>External Links</center><br>			';
str+='			<a href="http://en.wikipedia.org/wiki/Naruto_jutsu" target="_blank">List of Ninja Skills</a><br>';
str+='			<a href="http://en.wikipedia.org/wiki/List_of_Naruto_episodes" target="_blank">Complete Episode List</a><br>';
str+='			<a href="http://en.wikipedia.org/wiki/Naruto_(manga)" target="_blank">Naruto Manga</a><br>';
str+= getNav();
str+='        </div>';
str+='      </td>';
str+='    </tr>';
str+='   </tr></table> ';
document.write(str);
}
writeJS();