
function mail(a, b, c) {
  document.write("<a href=\"mailto:"+a+"@"+b+"?subject=Modus operandi\">"+c+"</a>");
}
