document.write("</div>");
document.write("<!-- #columns end -->");
	
document.write("</div>");
document.write("<!-- #page end -->");

document.write("<div style=\"clear:both;\"></div>");
document.write("</div>");
document.write("<!-- #content end -->");


document.write("<!-- #footer: holds the site footer (logo and links) -->");
document.write("<div id=\"footer\">");

document.write("  <!-- #bg: applies the site width and footer background -->");
document.write("  <div id=\"bg\" class=\"width\">");
  
var curFname = window.location.pathname;
if (curFname.match("20[0-9][0-9]") || curFname.match("199[0-9]")) {
	document.write("  <img src=\"../images/logo.png\" alt=\"Your logo goes here\"/>");
}
else {
	document.write("  <img src=\"images/logo.png\" alt=\"Your logo goes here\"/>");
}


document.write("    <ul>");
document.write("      <li><a href=\"http://www.studio7designs.com/\" class=\"last\">Web design by Studio7designs.com</a></li>");
document.write("	</ul>");

document.write("  </div>");
document.write("  <!-- #bg end -->");

document.write("</div>");
document.write("<!-- #footer end -->");

document.write("</body>");

document.write("</html>");