
<!-- NOTE: If you use a ' add a slash before it like this \' -->
<!-- NOTE: Copy and paste a link to add a new link -->

<!-- start

document.write('<!-- START MENU -->');
document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="235"><tr><td class="menutext">');

document.write('<br>');
document.write('<ul>');
document.write('<li><A HREF="index.html">Home</a><br>');
document.write('<li><A HREF="about.html">About Us</a><br>');
document.write('<li><A HREF="2010/2010_PBSCMembership.pdf" target="new">Membership Application</a><br>');
document.write('<li><A HREF="mainsheet.htm">Newsletter ~ Mainsheet</a><br>');
document.write('<li><A HREF="regatta.htm">Regattas & Results</a><br>');
document.write('<li><A HREF="smallboat.htm">Small Boat Sailing</a><br>');
document.write('<li><A HREF="offshore.htm">Offshore Sailing</a><br>');
document.write('<li><A HREF="jr.html" target="new">Junior Sailing</a><br>');
document.write('<li><A HREF="banquet.htm">Banquet Facilities</a><br>');
document.write('<li><A HREF="gallery1.htm">Image Galleries</a><br>');
document.write('<li><A HREF="cal.htm">Calendar</a><br>');
document.write('<li><A HREF="contact.htm">Contact</a><br>');
document.write('<li><a href="http://www.websitetoolbox.com/mb/pbsc" target="_blank">Message Board</a>');
document.write('</ul>');
document.write('</td></tr></table>');
document.write('<!-- END MENU -->');

//  End -->