<!--
function spamschutz(part1,part2)
{
	var spamschutz = "mailto:"+part1+"@"+part2;
	document.location.href = spamschutz;
}

//-->