<!--- laughin in the...
// argument apath MUST end with "/"!!!!!
function loadHeader(apath) {
	path = apath + "img/";
	tdback = path + "background.png";
	document.write(
	"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"94\"> \
		<tr height=\"66\"> \
			<td background=\"" + tdback + "\" width=\"49%\" align=left valign=top> \
				<!-- table border=0 cellpadding=\"0\" cellspacing=\"0\" --> \
				<table> \
					<td valign=top><img src=\"" + path + "loghino_20_2.gif\"></td> \
					<td valign=top> \
						<font color=#0C0F6F>PTT is still building...<br>cum again later, pls!<br></font> \
					</td> \
				</table> \
			</td> \
			<td background=\"" + tdback + "\" width=\"2%\" align=\"center\"><font size=80px color=#101492>No'h.</font></td> \
			<td background=\"" + tdback + "\" width=\"49%\" align=right valign=top> \
				<table> \
					<td valign=top><a target=all href=\"http://www.plion.it\"><img src=\"" + path + "hosted_plion.png\" alt=\"hosted by p.lion\" border=\"0\"></a></td> \
					<td valign=top><a href=\"telnet://www.paultt.org:80\"><img src=\"" + path + "bvtelnet80.png\" border=\"0\"></td> \
				</table> \
			</td> \
		</tr> \
		<tr> \
			<td width=\"49%\" valign=top><img src=\"" + path + "sideborder.png\" border=\"0\" width=\"100%\" height=\"28\"></td> \
			<td width=\"2%\" valign=top align=center> \
			<table border=0 cellpadding=\"0\" cellspacing=\"0\"> \
				<td> \
					<a href=\"" + apath + "index.html\"><img src=\"" + path + "home.png\" alt=\"Home\" border=\"0\" height=\"28\" width=\"77\"></a> \
				</td> \
				<td> \
					<a href=\"" + apath + "images/index.html\"><img src=\"" + path + "images.png\" alt=\"Images\" border=\"0\" height=\"28\" width=\"85\"></a> \
				</td> \
				<td> \
					<a href=\"" + apath + "downloads/index.html\"><img src=\"" + path + "downs.png\" alt=\"Downloads\" border=\"0\" height=\"28\" width=\"112\"></a> \
				</td> \
				<td> \
					<a href=\"" + apath + "docs/index.html\"><img src=\"" + path + "docs.png\" alt=\"Docs\" border=\"0\" height=\"28\" width=\"59\"></a> \
				</td> \
				<td> \
					<a href=\"" + apath + "links/index.html\"><img src=\"" + path + "links.png\" alt=\"Links\" border=\"0\" height=\"28\" width=\"68\"></a> \
				</td> \
			</table> \
			</td> \
			<td width=\"49%\" valign=top><img src=\"" + path + "sideborder.png\" border=\"0\" width=\"100%\" height=\"28\"></td> \
		</tr> \
	</table>");
}
// ...hiding bush :-) --->

