function ucmail(n, d)
{
	location.href = "mailto:" + n + "@" + d.replace(/ /, ".") + ".de";
}

function ltmail(n)
{
	ucmail(n, 'darmstaedter-lauftreff');
}

