function displayHeaderInfo()
{
	document.writeln("	<div id=\"title\">");
	document.writeln("		<img align=\"right\" src=\"images/house.jpg\" />");
	document.writeln("		MM Buck Designs<br />");
	document.writeln("		<span id=\"subTitle\">");
	document.writeln("			Your full service digitizing / design company");
	document.writeln("		</span>");
	document.writeln("		<span id=\"address\">");
	document.writeln("			71 Mehrhof Rd<br />");
	document.writeln("			Little Ferry, NJ 07643<br />");
	document.writeln("			phone: (201) 641-2288<br />");
	document.writeln("			fax: (201) 641-2290<br />");
	document.writeln("		</span>");
	document.writeln("		<hr class=\"titleLine\" />");
	document.writeln("	</div>");
}
