
	<!--
		/*  This script generates the SWE mt. diablo header logo and the horizontal spacer bar
			that goes at the top of each mt. diablo web page
		*/

		document.writeln("<table border='0' cellpadding='0' cellspacing='0' width='90%'>")
		document.writeln("<tr><td colspan='3'><a href='index.htm'><img src='Images/header.gif' width='500' height='120' border='0'></a></tr>");
		document.writeln("<tr bgcolor='#006600'><td colspan='3'><img src='Images/spacer.gif' height='2' width='750' border='0'></td></tr>");
		document.writeln("</table>");

	//-->
