document.writeln ( '<table class = "footerTable" border= 0> ' );
document.writeln ( '	<tr> ' );
document.writeln ( '		<td>');
document.writeln ( '			<table border =0> ' );  
document.writeln ( '				<tr> ' );
document.writeln ( '					<td class = "footers"> ' );
document.writeln ( '						Copyright &#169 <span id="cyear"></span> All Rights Reserved<br> ' );										 
document.writeln ( '   						Eastwood Baptist Church, Marietta, GA<br> ' );
document.writeln ( '					</td>' );	
document.writeln ( '				</tr> ' );	
document.writeln ( '				<tr> ' );
document.writeln ( '					<td class = "footers"> ' );
document.writeln ( '						<a href = "mailto:webmaster@eastwoodbaptist.org">Webmaster</a> | ' );										 
document.writeln ( '						<a href = "http://www.trinitymmg.com" target = "blank">Site Credits</a>' );										 
document.writeln ( '					</td>' );	
document.writeln ( '				</tr> ' );	
document.writeln ( '			</table> ' );  
document.writeln ( '		</td> ');	 		 
document.writeln ( '	</tr> ' );		
document.writeln ( '</table> ' );
var date = new Date();
document.getElementById("cyear").innerHTML= date.getFullYear();


    