function myemail(name)
{
        document.writeln("<a href='mailto:"+name+"@heilbit.de'>"+name+"@heilbit.de</a>");
}
