function writeJS() {
var str='';
str+='<table width="1%" border="0" align="left">';
str+='		<tr>';
str+='			<td valign="top" bgcolor="#000000">';
str+=' <center><font face="Arial, Helvetica, sans-serif"><b>';
str+= getRev();
str+=' 			</b></font></center></td></tr>';
str+='		<tr>';
str+='			<td valign="top" bgcolor="#000000">';
str+=' <center>Link of the Moment <br>';
str+= getLink();
str+=' 			</center></td></tr>';
str+='    <tr> ';
str+='      <td valign="top" bgcolor="#000000"> ';
str+='        <div align="left"> ';
str+='          <b><i><center>Chronicles of <br>';
str+='      Riddick Dark Fury<br> Navigation      <br></center><br>';
str+=' <a href = "../riddick/riddick_index.html">Home</a><br>';
str+=' <a href = "../riddick/riddick_pic_index.html">Image Galleries </a><br>';
str+=' <a href = "../riddick/riddick_overview.html">Overview</a><br>';
str+=' <a href = "../riddick/riddick_review.html">Review</a><br></td></i></b>';
str+='</td></tr><tr><td bgcolor="#000000">';
str+= getNav();
str+='        </div>';
str+='      </td>';
str+='    </tr>';
str+='   </tr></table> ';
document.write(str);
}
writeJS();