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

