document.writeln ( '<table class = "mainTable" border= 0> ' );
document.writeln ( '	<tr> ' );
document.writeln ( '		<td><br>');
document.writeln ( '			<table border =0> ' );  
document.writeln ( '				<tr> ' );
document.writeln ( '					<td class = "footers"> ' );
document.writeln ( '						<a href = "aboutus.html">About Us</a> | ' );										 	
document.writeln ( '						<a href = "schedule.html">Schedule</a> | ' );										 
document.writeln ( '						<a href = "ministries.html">Ministries</a> | ' );										 
document.writeln ( '						<a href = "sermons.html">Sermons</a> | ' );										 
document.writeln ( '						<a href = "photogallery.html">Pictures</a> | ' );										 
document.writeln ( '						<a href = "prayerlist.html">Prayer List</a> | ' );										 	
document.writeln ( '						<a href = "directions.html">Directions</a> | ' );										 
document.writeln ( '						<a href = "contactus.html">Contact Us</a> |' );										 
document.writeln ( '						<a href = "index.html">Home</a> ' );										 

document.writeln ( '					</td>' );	
document.writeln ( '				</tr> ' );	
document.writeln ( '			</table><br> ' );  
document.writeln ( '		</td> ');	 		 
document.writeln ( '	</tr> ' );		
document.writeln ( '</table> ' );

    