document.write("<table align='center'>");
document.write("<tr height='150'><td>");
document.write("<hr color='green' width='100%'>");
document.write("<font face='arial,helvetica' color='#006400'>");
document.write("<b>" + document.title + "</b>");
document.write(" - Copyright &copy; 1995-2006 The Weekend Farmer Co.");
document.write("<br>Last modified: " + document.lastModified );
document.write(" -  Developed by e-trap web development");
document.write("<br> Send comments or problems to - ");
document.write("<a href='mailto:pauls@gorge.net'>");
document.write("<font face='arial' color='#006400'>");
document.write(" Webmaster</b></a><p>");
document.write("</font>");
document.write("</td></tr></table>");
