var todaysDate = new Date ();
var year = todaysDate.getYear();
if (navigator.appName == "Netscape")
 year = year + 1900;

document.write('<table><tr><td height="32"></td></tr></table>');
 
document.write('<table width="100%" border="0" cellspacing="2" cellpadding="0">');
document.write('<tr><td class="FooterBar" height="1" colspan="2"><img width="1" height="1"></td></tr>');
document.write('<tr>');
document.write('<td width="50%" class="Footer">St. Mary-Sacred Heart School is an accredited member of <br>New England Association of Schools and Colleges, Inc.</td>');
document.write('<td width="50%" align="right" class="Footer">&copy; Copyright ' + year + ' SMSHNA.COM.<br>All rights reserved.</td>');
document.write('</tr>');
document.write('</table>');

document.write('<table><tr><td height="16"></td></tr></table>');
