document.writeln ( '<table class = "footerTable"> ' );
document.writeln ( '	<tr> ' );
document.writeln ( '		<td>');
document.writeln ( '			<table> ' );  
document.writeln ( '				<tr> ' );
document.writeln ( '					<td class = "footers"> ' );
document.writeln ( '						Copyright &#169 <span id="cyear"></span> Gobble Jog ' );										 
document.writeln ( '					</td>' );	
document.writeln ( '				</tr> ' );	
document.writeln ( '				<tr> ' );
document.writeln ( '					<td class = "footers"> ' );
document.writeln ( '						<a href = "mailto:scastellanos@mustministries.org">Email Contact</a> | ' );										 
//document.writeln ( '						<a href = "http://www.mitchellmarketing.com" target = "blank" >Hosting Credits</a> | ' );										 
document.writeln ( '						<a href = "technologycredits.html">Technology Credits</a>' );								
document.writeln ( '					</td>' );	
document.writeln ( '				</tr> ' );	
document.writeln ( '			</table> ' );  
document.writeln ( '		</td> ');	 		 
document.writeln ( '	</tr> ' );		
document.writeln ( '</table> ' );

    //window.onload=function(){GetCount();}//call when everything has loaded
var date = new Date();
document.getElementById("cyear").innerHTML= date.getFullYear();