function adrVersteckRot(teil1) {
	var teil1;
	var teil2 = "brainlight.org";
	document.write('<a href=\"mailto:' + teil1 + '@' + teil2 + '\" class=\"linkrot\" onClick=\"if(this.blur)this.blur()\"><font color=\"#CC0000\"><strong>');
	document.write(teil1 + '@' + teil2 + '</strong></font></a>');
}

function adrVersteck(teil1) {
	var teil1;
	var teil2 = "brainlight.org";
	document.write('<a href=\"mailto:' + teil1 + '@' + teil2 + '\" onClick=\"if(this.blur)this.blur()\"><font color=\"#000000\"><strong>');
	document.write(teil1 + '@' + teil2 + '</strong></font></a>');
}