function writeJS() {
var str='';
str+='<table width="1%" border="0" align="left">';

str+='		<tr>';
str+='			<td bgcolor="#9933CC">';
str+=' <center><font face="Arial, Helvetica, sans-serif"><b>';
str+= getRev();
str+=' 			</b></font></center></td></tr>';

str+='		<tr>';
str+='			<td bgcolor="#9933CC">';
str+=' <center>Link of the Moment <br>';
str+= getLink();
str+=' 			</center></td></tr>';
str+='  <tr bgcolor="#9933CC"> ';
str+='    <td width="25%" valign="top" bgcolor="#9933CC"> ';
str+='      <div align="center"> ';
str+='        <b>Poke Navigation<br></b>';
str+='          <a href="../pokemon/poke_sounds.html">Pokemon Sounds </a><br>';
str+='          <a href="../pokemon/poke_links.html">Pokemon Links</a><br>';
str+='          <a href="../pokemon/pokepics_index.html">Pokemon Pics</a><br>';
str+='			<a href="../pokemon/pokepics_complete.html">Pokemon  List</a>';
str+='      </td>';
str+='    </tr>';
str+='    <tr> ';
str+='  <tr bgcolor="#9933CC"> ';
str+='    <td width="25%" valign="top" bgcolor="#9933CC"> ';
str+='      <div align="center"> ';
str+=getNav();
str+='      </td>';
str+='    </tr>';
str+='   </tr></table> ';
document.write(str);
}
writeJS();
	