// Mail robot hurdle.

function mto(e,d,n) {
  var s=e.substring(1)+"@"+d.substring(1);
  if (n.length==0) n=s;
  document.write("<"+"a href='"+"mai"+"lto:"+s+"'>"+n+"</a>");
}

function pto(e,d) {
  var s=e.substring(1)+d.substring(1);
  document.write(s);
}

function mtox(e,d,n) {
  var s=e.substring(1)+"@"+d.substring(1);
  document.write(s);
}
