function writeJS() {
var str='';
str+='<table width="1%" border="0" align="left">';

str+='		<tr>';
str+='			<td valign="top" bgcolor="#510100">';
str+=' <center><font face="Arial, Helvetica, sans-serif"><b>';
str+= getRev();
str+=' 			</b></font></center></td></tr>';

str+='		<tr>';
str+='			<td valign="top" bgcolor="#510100">';
str+=' <center>Link of the Moment <br>';
str+= getLink();
str+=' 			</center></td></tr>';
str+='    <tr> ';
str+='      <td width="20%" valign="top" bgcolor="#510100"> ';
str+='        <div align="center"><b>Gunslinger Navigation<br>';
str+='          </b><a href="../trigun/trigun_moredescription.htm">Description</a><br>';
str+='          <a href="../trigun/index_trigun.htm">Index</a><br>';
str+='          <a href="../trigun/pictures_trigun_index.html">Picture Index</a><br>';
str+='          <a href="../trigun/review_trigun.htm">Reviews</a> </div>';
str+='      </td>';
str+='    </tr>';
str+='    <tbody  ><tbody  ><tbody  ><tr> ';
str+='      <td width="20%" valign="top" bgcolor="#510100"> ';
str+=getNav();
str+='      </td>';
str+='    </tr>';
str+='   </tr></table> ';
document.write(str);
}
writeJS();
	