//'spamsafe' mailto:

function schreiben_an(domain,rcpt)
{
  open('mailto:'+rcpt+'@'+domain,'_new');
}


