document.write('<tr>');
document.write('<td>');
document.write('<table width="800" border="0" cellspacing="0" cellpadding="0">')
document.write('  <tr>')
document.write('    <td id="menucell"><a href="index.html">HOME</a></td>')
//document.write('    <td id="menucell"><a href="news.html">NEWS</a></td>')
document.write('    <td id="menucell"><a href="calendar.html">CALENDAR</a></td>')
//document.write('    <td id="menucell"><a href="tickets.html">TICKETS</a></td>')
document.write('    <td id="menucell"><a href="council.html">COUNCIL</a></td>')
//document.write('    <td id="menucell"><a href="articles.html">ARTICLES</a></td>')
document.write('    <td id="menucell"><a href="groups.html">CLANS</a></td>')
document.write('    <td id="menucell"><a href="gallery.html">GALLERY</a></td>')
document.write('    <td id="menucell"><a href="contact.html">CONTACT</a></td>')
document.write('    <td id="menucell"><a href="links.html">LINKS</a></td>')
document.write('    <td id="menucell"><a href="faq.html">FAQ</a></td>')
document.write('  </tr>')
document.write('</table>')
document.write('</td>');
document.write('</tr>');

