
document.write('<div id="masthead">');
document.write('<h1 id="siteName" ><img src="image/logo3.gif" width="600" height="70"></h1>'); 
document.write('<div id="globalNav" align="right">');  
	document.write('<a href="#" id="globalNavS">About The Church </a> | '); 
	document.write('<a href="../pages/leadership.html" id="globalNavS">Leadership</a> | '); 
	document.write('<a href="../pages/schedule.html" id="globalNavS">Schedule</a> | '); 
	document.write('<a href="../pages/direction.html" id="globalNavS">Directions </a> | '); 
	document.write('<a href="#" id="globalNavS">Links</a> | '); 
    document.write('<a href="../pages/contactus.html" id="globalNavS">Contact us </a> '); 
document.write('</div>'); 
document.write('</div>'); 
