document.writeln( ' <a href="about.html">About: Us</a><br><BR>' );
document.writeln( ' <a href="baptism.html">About: Baptism</a><br>' );
document.writeln( ' <a href="marriage.html">About: Marriage</a><br>' );
document.writeln( ' <a href="elw.html">About: ELW</a><br>' );
document.writeln( ' <a href="youth.html">About: Youth Group</a><br>' );
document.writeln( ' <br>' );
document.writeln( ' <a href="kids/index.html">Kid's Page</a><br>' );
document.writeln( ' <a href="rmeg/index.html">Rural Ministry Education Grant</a><br>' );
document.writeln( '<br>' );
document.writeln( ' <a href="accessibility.html">Accessibility</a><br>' );
document.writeln( ' <a href="contact.html">Contacting Us</a><br>' );
document.writeln( ' <a href="map.html#location">Location Map</a><br>' );
document.writeln( '<br>' );
document.writeln( ' <a href="anniversary150.html">150th Anniversary (2008)</a><br>' );
document.writeln( ' <a href="mission.html">Mission</a><br>' );
document.writeln( '<br>' );
document.writeln( ' <a href="pastorsdesk.html">Pastors Message</a><br>' );
document.writeln( ' <a href="sermons.html">Sermon Podcasts & Text</a><br>' );
document.writeln( ' <a href="links.html">Links</a><br>' );
document.writeln( ' <a href="history.html">History</a><br>' );
document.writeln( '<br> </h3>' );




