g="master@"; b="m@"; a="to"; f="mailto:web";
d="hl.info"; c="thomas-po"; e="mailto:to";

function framecheck() {
	return;
	if (parent.document == self.document)
		self.location.href='/cgi-bin/fc.cgi?page='+self.location.pathname;
}

function tomMail() {
	document.write("<a href=\""+e+b+c+d+"\">"+a+b+c+d+"</a>");
}

function tomMail2() {
	document.write("<a href=\""+e+b+c+d+"\">Thomas Pohl</a>");
}

function webmasterMail() {
	document.write("<a href=\""+f+g+c+d+"\">Webmaster</a>");
}
