// NOTE: If you use a ' add a slash before it like this \'


// START MENU LINKS - COPY ANY 2 LINES TO ADD A NEW MENU ITEM


document.write('<img src="images/spacer.gif" height="2" width="1" border="0" ><br>');



document.write('<a href="index.html" class="menu">HOME</a>');



document.write('<a href="about_us.htm" class="menu">ABOUT US</a>');



document.write('<a href="ministries.htm" class="menu">MINISTRY STAFF</a>');



document.write('<a href="sermons.htm" class="menu">SERMONS</a>');



document.write('<a href="calendar.htm" class="menu">CALENDAR</a>');


document.write('<a href="events.htm" class="menu">SPECIAL EVENTS</a>');

document.write('<a href="prayer_requests.htm" class="menu">PRAYER REQUESTS</a>');



document.write('<a href="contact_us.htm" class="menu">CONTACT US</a><br>');









//  End -->
