// JavaScript Document

//DOCUMENTATION:
//	Always use the following at the beginning of each line:
//		document.write('
//	and the following at the end of each line:
//		');
//
//	Example: line should read "Hello there! Welcome to BCF!"
//		document.write('Hello there! Welcome to BCF!');
//
//
//	For any line that includes a single quote ( ' ) use the following:
//		\'
//	Example: line should read "Hi! This is God's house."
//		document.write('Hi! This is God\'s house.');
//

document.write('		<span style="background-image:url(../images/topmenuspacer.jpg); background-repeat:repeat-x;width:100%;"></span><br>');
document.write('	    <strong><a class="menu" href="../index.html">Home</a> &nbsp;| &nbsp;<a class="menu" href="../about/Mission.html">Mission</a> &nbsp;| &nbsp;<a class="menu" href="../about/PrayerRequests.html">Prayer Support</a> &nbsp;| &nbsp;<a class="menu" href="mailto:contactus@bcfchurch.us">E-mail Us</a></strong>');




