// JavaScript Document
document.write('<a href="index.htm">Home</a> | ');
document.write('<a href="contact.htm">Contact</a> | ');
document.write('<a href="ministers.htm">Ministers</a> | ');
document.write('<a href="sermons.htm">Sermons</a> | ');
document.write('<a href="worship.htm">Worship</a> | ');
document.write('<a href="worship_schedule.pdf">Worship Schedule</a> | ');
document.write('<a href="re.htm">Religious Exploration</a> | ');
document.write('<a href="music.htm">Music</a> | ');
document.write('<a href="welcoming.htm">Welcoming Congregation</a><br />');	
document.write('<a href="rental.htm">Facilities Rental</a> | ');
document.write('<a href="committees.htm">Committees</a> | ');
document.write('<a href="weeklyupdate.pdf">Weekly Update</a> | ');
document.write('<a href="calendar.htm">Church Calendar</a> | ');
document.write('<a href="newsletter_web.pdf">Newsletter (PDF)</a> | ');
document.write('<a href="history.htm">History</a> | ');
document.write('<a href="stainedglass.htm">Stained Glass</a> | ');	
document.write('<a href="directions.htm">Directions</a>');
