function outputBanner() {
	document.write("			<!-- start of banner -->");
	document.write("			<table id=\"bnrTbl\" border=\"0\" align=\"center\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">");
	document.write("				<tr height=\"100px\">");
	document.write("					<td class=\"hdr1l\">");
	document.write("						&nbsp;&nbsp;&nbsp;");
	document.write("						<a href=\"http://serviceandcompliance.com/index.html\"><img  src=\"http://serviceandcompliance.com/images/isotope.gif\" border=\"0\"/></a>");
	document.write("					</td>");
	document.write("					<td align=\"center\">");
	document.write("						<table><tr><td align=\"center\" style=\"padding:0 0 0 0;\">");
	document.write("						<span class=\"hdr1c\">Service and Compliance Consultants, Inc.</span>");
	document.write("						<span class=\"hdr2c\"><br />Mary Cathy Jones, LMP &nbsp;&nbsp;&nbsp;&nbsp; Texas License # MP0007</span>");
	document.write("						<span class=\"hdr3c\">");
	document.write("							<br />");
	document.write("							1184 Elkins Lake");
	document.write("							&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
	document.write("							&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
	document.write("							Huntsville, Texas 77340");
	document.write("							<br />");
	document.write("							Phone: 936-436-0506");
	document.write("							&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
	document.write("							&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
	document.write("							Fax: 936-730-8222");
	document.write("						</span>");
	document.write("						</td></tr></table>");
	document.write("					</td>");
	document.write("					<td class=\"hdr1r\">");
	document.write("						<a href=\"http://serviceandcompliance.com/index.html\"><img  src=\"http://serviceandcompliance.com/images/isotope.gif\" border=\"0\"/></a>");
	document.write("						&nbsp;&nbsp;&nbsp;");
	document.write("					</td>");
	document.write("				</tr>");
	document.write("			</table>");
	document.write("			<!-- end of banner -->");
	document.write("");
	document.write("			<!-- start of navigation -->");
	document.write("			<table  id=\"bnrTbl\" border=\"0\" align=\"center\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">");
	document.write("				<tr class=\"trNav\">");
	document.write("					<td colspan=\"3\" align=\"center\">");
	document.write("						<a href=\"http://serviceandcompliance.com/index.html\">Home</a>");
	document.write("						<a href=\"http://serviceandcompliance.com/services.html\">Services</a>");
	document.write("						<a href=\"http://serviceandcompliance.com/compliance.html\">Compliance</a>");
	document.write("						<a href=\"http://serviceandcompliance.com/references.html\">References</a>");
	document.write("						<a href=\"http://serviceandcompliance.com/cgi-bin/sacContactUs.cgi\">Contact Us</a>");
	document.write("					</td>");
	document.write("				</tr>");
	document.write("			</table>");
	document.write("			<!-- end of navigation -->");
}
