// 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 Help Eliminate Letchworth Parish Council 2010.<br><font size='1'>Promoted by Nigel Jury for HELP Campaign, 39 Broadwater Ave., Letchworth Garden City, SG6 3HG</font></td>");
document.write("<td class='footright' align='right' style='vertical-align: bottom;'>");
document.write("<img src='"+szFolder+"images/valid-html40-blue.png' alt='Valid HTML 4.0' border='0' width='88' height='31' style='vertical-align: bottom;'>&nbsp;<img src='"+szFolder+"images/valid-css-blue.png' alt='Valid CSS' border='0' width='88' height='31' style='vertical-align: bottom;'></td></tr></table>");
