function writeJS() {
var str='';
str+=' <table width="1%" border="0" align="left">';

str+='		<tr>';
str+='			<td valign="top" bgcolor="#006699">';
str+=' <center><font face="Arial, Helvetica, sans-serif"><b>';
str+= getRev();
str+=' 			</b></font></center></td></tr>';

str+='		<tr>';
str+='			<td valign="top" bgcolor="#006699">';
str+=' <center>Link of the Moment <br>';
str+= getLink();
str+=' 			</center></td></tr>';
str+='    <tr bgcolor="#006699"> ';
str+='<td width="15%" valign="top" align="center"> ';
str+='        <div align="center"><b><i>Sections</i></b><br>';
str+='          <a href="../gw/endless_index.html">Endless Waltz Pictures</a><br>';
str+='          <a href="../gw/character_index.html">Character Pictures</a><br>';
str+='          <a href="../gw/gundam_index.html">Gundam Pictures</a></div>';
str+='      </td>';
str+='    </tr>';
str+='    <tbody  ><tbody  ><tr bgcolor="#006699"> ';
str+='      <td width="15%" valign="top" align="center" bgcolor="#006699"> ';
str+=getNav();
str+='      </td>';
str+='    </tr>';
str+='   </tr></table> ';
document.write(str);
}
writeJS();