// Site navigation menu 
function navbar()
{
  document.write('<table class="navbar">')
  document.write('  <tt><th><a href="index.html"><img src="lockup.png" alt="metro wrestling" border="0" /></a></th></tr>')
  document.write('  <tr><td><a href="index.html">Home</a></td></tr>')
  document.write('  <tr><td><a href="beginner.html">Beginner?</a></td></tr>')
  document.write('  <tr><td><a href="ringworm.html">Health Info</a></td></tr>')
  document.write('  <tr><td><a href="mailto:mgwa@metrowrestling.org">Contact Us</a></td></tr>')
  document.write('  <tr><td><a href="http://www.youtube.com/group/metrowrestling">On YouTube</a></td></tr>')
  document.write('  <tr><td><a href="http://sports.groups.yahoo.com/group/metrowrestling">Mailing List</a></td></tr>')
  document.write('  <tr><td><a href="links.html">Links</a></td></tr>')
  document.write('</table>')
}
