function kontakt(show, name, clas, domain) {
	if (typeof domain == 'undefined') var domain="hoerler.net";
	if (show == "&#119;&#101;&#98;&#109;&#97;&#115;&#116;&#101;&#114;") var show=show + '@' + domain;
	document.write('<a href=\"mailto:' + name + '@' + domain + '\"');
	if (typeof clas != 'undefined') document.write(' class=\"' + clas + '\"');44
	document.write('>' + show + '</a>');
}