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

str+='		<tr>';
str+='			<td background="../backgrounds/black59.jpg">';
str+=' <center><font face="Arial, Helvetica, sans-serif"><b>';
str+= getRev();
str+=' 			</b></font></center></td></tr>';

str+='		<tr>';
str+='			<td background="../backgrounds/black59.jpg">';
str+=' <center>Link of the Moment <br>';
str+= getLink();
str+=' 			</center></td></tr>';
str+='  <tr> ';
str+='    <td background="../backgrounds/black59.jpg"> ';
str+='      <div align="center"> ';
str+=' <center>Affiliates/Ads<br>';
str+= getAds();
str+=' 			</center></td></tr>';
str+='  <tr> ';
str+='    <td background="../backgrounds/black59.jpg"> ';
str+='      <div align="center"> ';
str+=getNav();
str+='      </div>';
str+='    </td>';
str+='  </tr>';
str+='   </tr></table> ';
document.write(str);
}
writeJS();
	