document.writeln('<!-- menu table -->')
  document.writeln('<div class="menubar">')
  document.writeln('<table class="menubar">')
  document.writeln('  <tr>')
  document.write('    <td class="menuitem"><a href="http://www.ucalgary.ca/">UCalgary</a></td>')
  document.write('    <td  class="menuitem"><a href="http://www.cpsc.ucalgary.ca/">CPSC</a></td>')
  document.write('    <td class="menuitem"><a href="/~gilesb">My Main</a></td>')
  document.write('    <td class="menuitem"><a href="/~gilesb/research/index.html">My Research</a></td>')
  document.write('    <td class="menuitem"><a href="/~gilesb/research/lqpl.html">LQPL</a></td>')
  document.write('    <td class="menuitem"><a href="/~gilesb/hobbies/layout.html">My Hobbies</a></td>')
  document.writeln('</tr>')
  document.writeln('</table> <!-- End Menu Table -->')
  document.writeln('</div>')
