<!--
	document.writeln("Last updated:");
		dateUpdated = new Date(document.lastModified) ;
		dateMonth = dateUpdated.getMonth() + 1 ;
		dateDate = dateUpdated.getDate() ;
		dateYear = dateUpdated.getFullYear() ;
	document.write(dateMonth + "/" + dateDate + "/" + dateYear) ;
	document.writeln("<div align='center'>");
	document.writeln("<i>&copy; copyright 2007, San Bruno Mothers Club</i><br>");
	document.writeln("http://www.sanbrunomothersclub.com<br>");
	document.writeln("Please send comments to <a href='mailto:sanbruno_mothersclub@yahoo.com'><i>sanbruno_mothersclub@yahoo.com</i></a><br>");
	document.writeln("</div><br>");
-->
