function printfooter(){

document.write('	<table border="0" cellpadding="0" cellspacing="0" width="100%" class="footerclass">	');
document.write('	<tr>	');
//document.write('	<td bgcolor="#79834c"><img src="images/clear1.gif" height="1" width="1"></td>	');	//Turn off HR line
document.write('	</tr>	');
document.write('	<tr>	');
document.write('	<td>	');

document.write('	<table width="975" border="0" cellpadding="0" cellspacing="0">	');
document.write('	<tr>	');
document.write('	<td width="150"><div align="center"><img src="images/logo_footer.gif" width="115" height="64" /></div></td>	');

var today = new Date(); 
var year = today.getYear(); //years since 1900
var temp = navigator.appName;
var delta = 1900; if (temp.match("Microsoft")){delta = 0;}
var thisyear = year + delta;


document.write('	<td><div class="copyrightstyle">	');
document.write('	Covenant School is a independent, private, coeducational Christian school, located in Arlington Massachusetts, for students in 4K-8.<BR>	');

document.write('	Copyright &copy; '+thisyear+' <a href="http://church.covmin.org" class="footerstyle">Covenant Ministries</a>. All Rights Reserved. 	'); 
document.write('	&nbsp;9 Westminster Ave, Arlington, MA 02474 &nbsp;&nbsp;(781) 643-5511	');
document.write('	&nbsp;<script language="JavaScript">hidemail("school","class=footerstyle")</script>	');
document.write('	</div></td>	');

document.write('	</tr>	');
document.write('	</table>	');

document.write('	<table width="975" border="0" cellpadding="0" cellspacing="0">	');
document.write('	<tr>	');
document.write('	<td class="footer_right">	');
document.write('	<a href="http://www.surfacetheory.net" target="_blank"><img src="images/srfc_thry.jpg" border="0"/></a>	');
document.write('	</td>	');
document.write('	</tr>	');
document.write('	</table>	');

document.write('	</td>	');
document.write('	</tr>	');
document.write('	</table>	');
}
