function writeFooter() {
	document.write("<br clear='all' /><hr />\n<span class='footer'>");
	document.write("Site updated 24 May 2009. This site works best in a fully CSS-compliant browser. ");
	document.write("Internet Explorer is a little buggy about this -- try Mozilla, Opera, or Safari instead. ");
	document.write("Hand-coded with pride by California bachelor web geeks, so you know it's 100 percent pure, mostly.");
	document.write("</span>\n<br /><img src='./img/spacer.gif' width='1' height='30' /><br />\n");
	return true;
};

writeFooter();
