function wehnerheads() {


	document.write ('<tr class=fonttype>');

		document.write ('<!-- cell for logo -->');
		document.write ('<td align="center">');
			document.write ('<a href="buildinghistory.pdf" target="_blank"><img src="images/store.jpg" width=150 height=100 border=0 alt="Click here for a history of our building"></a>');
		document.write ('</td>');

		document.write ('<td align="center" colspan=2 class=mainheading>');
			document.write ('<img src="images/heading.jpg" align=middle border=0 width=450 height=125>');
		document.write ('</td>');

		document.write ('<!-- cell for logo -->');
		document.write ('<td align="center">');
			document.write ('<img src="images/wehnerlogo.jpg" width=100 height=100 border=5>');
		document.write ('</td>');
	document.write ('</tr>');
	document.write ('<!-- end first row -->');

	document.write ('<tr >');
		document.write ('<td colspan=4 height="5" valign="middle" bgcolor="gold">');
		document.write ('</td>');
	document.write ('</tr>');

}
