function genMailLinkName(host, account, linkname)
{
  return '<a href="mailto:'+account+'@'+host+'">'+linkname+'</a>';
}
