var cText = '<div id="header">'
cText = cText + '   <div id="menu">'
cText = cText + '      <i><a href="./index.html">Home</a></i>'
cText = cText + '      <i><a href="./personal.html">Personal</a></i>'
cText = cText + '      <br />'
cText = cText + '      <i><a href="./work.html">Work stuff</a></i>'
cText = cText + '      <i><a href="./dissfrontpage.html">Rhetoric &amp; Hypertext</a></i>'
cText = cText + '      <br />'
cText = cText + '      <i><a href="./thekluxofwriting.html">The Klux of Writing</a></i>'
cText = cText + '      <i><a href="./bs2k5.html">@ Brainshare 2005</a></i>'
cText = cText + '      <i><a href="./bertgoesclp.html">Bert goes CLP</a></i>'
cText = cText + '   </div>'
cText = cText + '</div>'
document.write(cText)

