
<!-- 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="100%" ><tr><td class="menutext" background="picts/icon2.gif">>');
document.write('<br>');
document.write('<ul>');
document.write('<li><A HREF="index.html">Home</a><br>');
document.write('<li><A HREF="about.htm">About Us</a><br>');
document.write('<li><A HREF="new.htm">What\'s New</a><br>');
document.write('<li><A HREF="book.htm">Book of the Month</a><br>');
document.write('<li><A HREF="previous_events.htm">Past Events</a><br>');
document.write('<li><A HREF="testimonials.htm">Testimonials</a><br>');
document.write('<li><A HREF="supportgroup.htm">Mothers Support Group</a><br>');
document.write('<li><A HREF="contact.htm">Contact</a><br>');
document.write('</ul>');
document.write('</td></tr></table>');
document.write('<!-- END MENU -->');

//  End -->