function displayFooter ()
{
	document.write("<!-- FOOTER -->");
      document.write('<h3 class="hide">Footer</h3>');
	document.write('<div class="footer footer-font"> Copyright &copy; 2009 ');
	document.write('Hilltop Nursery School | All Rights Reserved<br />');
	document.write('3625 Marathon Street, Los Angeles, CA 90026<br />');
	document.write('323.663.3025<br />');	
	document.write('fax 323.666.2096<br />');
	document.write('<a href="mailto:hilltopnurseryschool@attglobal.net">hilltopnurseryschool@attglobal.net</a>');
	document.write('</div>');
	document.write("<!-- END FOOTER -->");
}

