
<!-- 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">');
document.write('<br>');
document.write('<ul>');
document.write('<li><A HREF="index.html">Home</a><br>');
document.write('<li><A HREF="about.htm">Who We Are</a><br>');

document.write('<li><A HREF="directions.htm">Directions</a><br>');
document.write('<li><A HREF="leadership.htm">Leadership</a><br>');
document.write('<li><A HREF="mission.htm">Missions</a><br>');
document.write('<li><A HREF="verse.htm">Prayer Request</a><br>');
document.write('<li><A HREF="resources.htm">Bible Search</a><br>');
document.write('<li><A HREF="sermon.htm">Audio Sermons</a><br>');
document.write('<li><A HREF="wei.htm">Bible School</a><br>');
document.write('<li><A HREF="bulletin.htm">Point of light weekly Bulletin</a><br>');
document.write('</ul>');
document.write('</td></tr></table>');
document.write('<!-- END MENU -->');

//  End -->