

function print_email(who)
{

 document.write('<a href="mailto:'+who+ '@' + 'mbcgoldstein.de">' + who + '@' + 'mbcgoldstein.de</a>');
}

