<!--
//edit the links as you would with regular html but remeber the '/" changes and follow the examples as a guide
document.writeln('<div id="caption">')
document.writeln('the<br><font class="larger">Wombat')
document.writeln("'s Hole<\/font>")
document.writeln('<\/div>')
document.writeln('<div id="captionB"><i>the online portfolio of<\/I><br>')
document.writeln('<a class="medium" href="mailto:reapinwombat@yahoo.com">Gregory Grimsby<\/A><\/B>')
document.writeln('</\div>')
document.writeln('<center>')
document.writeln('<div id="navbox">')
document.writeln('<a href="main.html"  class="current" >Home<\/a><a href="portfolio.html"   class="navigation" >Portfolio<\/a><a href="resume.html"  class="navigation" >Resume<\/a><a href="downloads.html"  class="navigation" >Downloads<\/a>');
document.writeln('<\/div>')
document.writeln('<\/center>')




//-->
