function setmad(who)
{
	var mad = "";
	if (1==who)
	{
		mad = "th"+"@"+"weblog"+"buch"+"."+"de";
	}
	document.write("<a href=\"mailto:"+mad+"\">"+mad+"<\/a>");
}
