
<!--

	/*  	NOTES:
		This script generates the footer text with copyright information, swe URL, and contact information.
	*/
	
	document.writeln("<div class='textnav' align='center'>");
	document.writeln("<font face='times new roman' size='-2'><i>&copy; copyright 2003-2004, Society of Women Engineers, Humboldt Section</i><br>");
	document.writeln("http://www.humboldt.edu/~swe/<br>");
	document.writeln("Please send comments to <i>swe@humboldt.edu</i><br></font>");
	document.writeln("</div>");
	document.writeln("<br>");

-->
