function escramble(x, y, z){
   var e,h
   h='<A HREF=\"mai'
   h+='lto:'
   e=x
   e+='@'
   e+=y
   h+=e
   h+='\">'
   if (z) h+=z
   else h+=e
   h+='<' + '/A>'
   document.writeln(h)
}
