function writeJS() {
var str='';
str+='<table width="1%" border="0" align="left">';

str+='		<tr>';
str+='			<td valign="top" background="../vhd/vhdungeonside2.jpg">';
str+=' <center><font face="Arial, Helvetica, sans-serif"><b>';
str+= getRev();
str+=' 			</b></font></center></td></tr>';

str+='		<tr>';
str+='			<td valign="top" background="../vhd/vhdungeonside2.jpg">';
str+=' <center>Link of the Moment <br>';
str+= getLink();
str+=' 			</center></td></tr>';
str+='    <tr> ';
str+='      <td background="../vhd/vhdungeonside2.jpg" valign="top"> ';
str+='        <div align="center"><b>VHD Navigation<br></b>';
str+=' 			<a href="../vhd/vhdbloodlust_pictures.html">Bloodlust Pictures</a><br>';
str+='          <a href="../vhd/vhd_pictures.html">VHD Pictures</a></font><br>';
str+='          <a href="../vhd/vhdescription.htm">VHD Description</a><br>';
str+='          <a href="../vhd/bloodlustdescription.htm">Bloodlust Description</a><br>';
str+='			<a href="../vhd/vhdsounds.html"> VHD Sound Clips</a><br>';
str+='			<a href="../vhd/vhdreview.htm">VHD Review</a><br>';
str+='			<a href="../vhd/bloodlustreview.htm">BloodLust Review</a><br>';
str+='      </td>';
str+='    </tr>';
str+='    <tr> ';
str+='      <td width="21%" background="../vhd/vhdungeonside2.jpg" valign="top"> ';
str+=getNav();
str+='      </td>';
str+='    </tr>';
str+='   </tr></table> ';
document.write(str);
}
writeJS();
	