function MailMe(name) {
document.write("<a href='mailto:"+name+"@t-online.hu'>"+name+"@t-online.hu</a>");
}
function MailMe2(name) {
document.write("<a href='mailto:"+name+"@szamaritanusok.hu'>"+name+"@szamaritanusok.hu</a>");
}
