

<!--
		/*  This script generates the SWE HSU header logo and the horizontal spacer bar
			that goes at the top of each web page
		*/

		document.writeln("<table border='0' cellpadding='0' cellspacing='0' width='90%' align='center'>")
		
//		document.writeln("<td align='left' valign='middle'><b><font face='bookman old style' size='4' color='#003333'>Humboldt State University<br></font> <font face='Bookman Old Style' size='+2.5' color='#003333'>Society of Women Engineers</b></font></td>");

		document.writeln("<td align='center'><a href='http://www.humboldt.edu/~swe'><img src='../images/2homepage_swe_banner.jpg' width=475 height=150 border='0'></td>");

		document.writeln("<tr bgcolor='#003333'><td colspan='3'><img src='../images/spacer.gif' height='2' width='750' border='0'></td></tr>");
		document.writeln("<tr><td colspan='3'><img src='../images/spacer.gif' height='2' width='750' border='0'></td></tr>");
		document.writeln("<tr bgcolor='#003333'><td colspan='3'><img src='../images/spacer.gif' height='6' width='750' border='0'></td></tr>");
		document.writeln("</table>");

-->
