function writeJS(){
var str='';



str+='<font class="nav"><a href="index.html"><img src="imgs/home.png" border="0" height="30" width="85" alt="Home"><\/a><br><a href="shoutbox.html"><img src="imgs/shoutbox.png" border="0" height="30" width="147" alt="ShoutBox"><\/a><br><a href="profile.html"><img src="imgs/profile.png" border="0" height="30" width="107" alt="Profile"><\/a><br><a href="downloads.html"><img src="imgs/downloads.png" border="0" height="30" width="160" alt="Downloads"><\/a><br><a href="links.html"><img src="imgs/links.png" border="0" height="30" width="85" alt="Links"><\/a><br><a href="linktome.html"><img src="imgs/linktome.png" border="0" height="30" width="170" alt="Link To Me"><\/a><br><a href="webdesign.html"><img src="imgs/webdesign.png" border="0" height="30" width="150" alt="Web Design"><\/a><br><a href="contactme.html"><img src="imgs/contactme.png" border="0" height="30" width="166" alt="Contact Me"><\/a><br></font>';



document.write(str);
}
writeJS();