function addat (suffix, praefix)
{
	var adress = "mailto:" +praefix +"@" +suffix;
	location.href=adress;
}
