<!--
	/*  
		This script generates the footer text with copyright information, swe-goldenwest URL, and webmaster contact information.
	*/
	
	document.writeln("			<div id='footer'>");
	document.writeln("			<em>&copy; copyright 2000-2010, Society of Women Engineers, Region A (Goldenwest Region)</em><br />");
	document.writeln("			http://www.swe-goldenwest.org<br />");
	document.writeln("			Please send comments to <a href='mailto:webmaster@swe-goldenwest.org'><em>webmaster@swe-goldenwest.org</em></a><br />");
	document.writeln("		</div>");
	
	
	
-->
