
<!-- 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.html">About Us</a><br>');
document.write('<li><A HREF="av.html">Audio & Video</a><br>');
document.write('<li><A HREF="staff.html">Staff</a><br>');
document.write('<li><A HREF="heaven.html">How Do I Get To Heaven?</a><br>');
document.write('<li><A HREF="baptism.html">What is Baptism?</a><br>');
document.write('<li><A HREF="membership.html">How To Join The Church</a><br>');
document.write('<li><A HREF="preschool.html">White Rock Hills Christian Preschool</a><br>');
document.write('<li><A HREF="contact.html">Contact</a><br>');
document.write('</ul>');
document.write('</td></tr></table>');
document.write('<!-- END MENU -->');

//  End -->
