	
function WriteFooter()
	{
	document.write("<!-- FOOTER INFORMATION -->");
	document.write("<SMALL>");
	document.write("<HR WIDTH='75%'>");
	document.write("<P ALIGN='center'>");
  	document.write("Send us your comments and suggestions!<BR><A HREF='mailto:barbchas@twcny.rr.com?subject=Sawdust and Woodchips'>webmaster@sawdustwoodchips.org</A>");
	document.write("<BR>");
	document.write("<SCRIPT LANGUAGE='javascript'>");
	document.write("var lm = document.lastModified; ");
	document.write("document.write('This page last updated on: <B>' +lm+ '</B>.')");
	document.write("</SCRIPT>");
	document.write("<BR>");
	document.write("</SMALL>");
	document.write("<!-- END FOOTER INFORMATION -->");
	}