function writeJS() {
var str='';
str+='<table width="1%" border="0" align="left" bgcolor="#000000">';
str+='		<tr>';
str+='			<td valign="top" bgcolor="#6600CC">';
str+=' <center><b>Link of the Moment</b><br>';
str+=' 			</center></td></tr>';
str+='		<tr>';
str+='			<td valign="top" bgcolor="#000000"><center>';
str+= getLink();
str+=' 			</center></td></tr>';
str+='    <tr> ';
str+='      <td valign="top" bgcolor="#6600CC"> ';
str+='        <div align="left"> ';
str+='          <b><i><center> Invader Zim<br>';
str+='     Navigation<br></center>';
str+='</td></tr>';
str+='    <tr> ';
str+='      <td valign="top" bgcolor="#000000"> ';
str+=' <a href = "../../../zim/index.html">Zim Index</a><br>';
str+=' <a href = "../../../zim/pics/bgs/images.php">Zim Backgrounds</a><br>';
str+=' <a href = "../../../zim/zim_pic_index.html">Image Galleries</a><br>';
str+=' <a href = "../../../zim/zim_dvd01_index.html">DVD Guide #1</a><br>';
str+=' <a href = "../../../zim/zim_dvd02_index.html">DVD Guide #2</a><br>';
str+=' <a href = "../../../zim/zim_dvd03_index.html">DVD Guide #3</a><br>';
str+='</td></tr><tr><td bgcolor="#000000">';
str+= getNav();
str+='        </div>';
str+='      </td>';
str+='    </tr>';
str+='   </tr></table> ';
document.write(str);
}
writeJS();