// javascript to display the footer
// Copyright Help Eliminate Letchworth Parish Council 2008

var szFolder;	// set this before calling script if it is relevant
if (!szFolder) szFolder="";

document.write("<table class='footer' cellspacing='0'><tr><td class='footleft' align='left'>Copyright Matthew Heaton and David Booth 2010.</td>");
document.write("<td class='footmiddle' align='center'>E-mail: contact&#064;rotafota&#046;com</td>");
document.write("<td class='footright' align='right'>");
document.write("<img src='"+szFolder+"images/valid-html40-blue.png' alt='Valid HTML 4.0' border='0' width='88' height='31' align='bottom'>&nbsp;<img src='"+szFolder+"images/valid-css-blue.png' alt='Valid CSS' border='0' width='88' height='31' align='bottom'></td></tr></table>");

