

<!--



	/*  	NOTES:

		This script generates the footer text with copyright information, swe-goldenwest URL, and webmaster

		contact information.

	*/

	

	document.writeln("<div class='textnav' align='center'>");

	document.writeln("<i>&copy; copyright 2000-2010, Society of Women Engineers, Mt. Diablo Section</i><br>");

	document.writeln("http://www.swe-goldenwest.org/mds/<br>");

	document.writeln("Please send comments to <a href='mailto:webmaster@swe-goldenwest.org'><i><font color='#009900'>webmaster@swe-goldenwest.org</font></i></a><br>");

	document.writeln("</div>");

	document.writeln("<br>");



-->