function writeJS() {
var str='';
str+='<table width="5%" align="left" border="0">';
str+='		<tr>';
str+='			<td background="../artwork/backroundpic01.jpg">';
str+=' <center><font face="Arial, Helvetica, sans-serif"><b>';
str+= getRev();
str+=' 			</b></font></center></td></tr>';
str+='		<tr>';
str+='			<td background="../artwork/backroundpic01.jpg">';
str+=' <center>Link of the Moment <br>';
str+= getLink();
str+=' 			</center></td></tr>';
str+='  <tr>';
str+='    <td background="../artwork/backroundpic01.jpg"> ';
str+='      <p align="center">Artwork Nav Bar<br>';
str+='        <font size="-1"><a href="../artwork/backrounds_index.html">Backrounds<\/a><br>';
str+='        <a href="../artwork/cpugraphics_index.html">Computer Graphics<\/a><br>';
str+='        <a href="../artwork/sketches_index.html">Sketches<\/a><\/font> <\/p>';
str+=getNav();
str+='      <p align="center">Art Links<br>';
str+='        <a href="http:\/\/www.polykarbon.com\/tutorials\/index.htm"><font size="-1">Polykarbon ';
str+='        Tutorials<\/font><\/a><font size="-1"><br>';
str+='        <a href="http:\/\/www.howtodrawmanga.com\/index.html">How to Draw Manga<\/a> ';
str+='        <br>';
str+='        <a href="http:\/\/www.ffartwork.com\/">Final Fantasy Artwork<\/a><\/font> <br>';
str+='        <a href="http:\/\/animenmore.com\/cgi-bin\/click.cgi?account=projectbag&page=howtodraw.shtml"><font size="-1">Buy ';
str+='        How to Draw Manga Books at Animenmore.com<\/font><\/a><\/p>';
str+='      <div align="center"><\/div>';
str+='    <\/td></tr>';
str+='  </table>';

document.write(str);
}
writeJS();	