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