function writeJS() {
var str='';
str+='<table width="1%" border="0" align = "left">';

str+='		<tr>';
str+='			<td bgcolor="#000000">';
str+=' <center><font face="Arial, Helvetica, sans-serif"><b>';
str+= getRev();
str+=' 			</b></font></center></td></tr>';

str+='		<tr>';
str+='			<td bgcolor="#000000">';
str+=' <center>Link of the Moment <br>';
str+= getLink();
str+=' 			</center></td></tr>';
str+='    <tr>';
str+='      <td bgcolor="#000000"> ';
str+='        <p align="center"><font color="#FF0000"><b><i>Heat Guy J<br>Navigation</i></b></font><br>';
str+='			<a href="../heat_guy_j/heat_guy_index.html">Main</a><br>';
str+='          <a href="../heat_guy_j/heat_guy_pic_index.html">Pictures</a><br>';
str+=getNav();
str+='        </td>';
str+='    </tr>';
str+='   </tr></table> ';
document.write(str);
}
writeJS();
