function ep ( n, a)
{
  var ea = n + '@' + a;
  document.writeln( '<a href="mailto:' + ea + '">' );
  document.writeln( ea + '</a>');
}