//email script to prevent spammers to collect addresses on your site

function createChar(charnum){
	return String.fromCharCode(38) + String.fromCharCode(35) + charnum + String.fromCharCode(59);
}

function GhtY23(pre, trail, post, lname){
	useDot = true;
	stdPost = "louisholm";
	stdTrail = "dk";
	var uniqCode = new Number(64935);
	if (post == undefined){
		post = stdPost;
	}
	if (trail == undefined){
		trail = stdTrail;
	}
	var LinkString = pre + createChar(uniqCode-64871) + post + createChar(uniqCode-64889) + trail
	if (lname == undefined){
		var lname = LinkString
	}
	postDot = "";
	if (useDot){
		postDot = "<img src='includes/dnsm.gif' style='height: 16px; width: 16px; border: 0px; vertical-align: -25%;'>&nbsp;";
	}
	document.write(postDot + lname.link(createChar(uniqCode-64826) + createChar(uniqCode-64838) + createChar(uniqCode-64830) + createChar(uniqCode-64827) + createChar(uniqCode-64819) + createChar(uniqCode-64824) + createChar(uniqCode-64877) + LinkString)) //her mangler link til grafisk materiale nemlig brev
}
