function HiddenLink(u,d,s,p) {
  var adr=u+'&#64;'+d;
  document.write('<a');
  if (p.length > 0) document.write(' '+p);
  document.write(' hr'+'ef="ma'+'il');
  document.write('to:'+adr);
  if (s.length > 0) document.write('?su'+'bject='+s);
  document.write('">'+adr+'</a>');
}

