function eMail(server,name,ext){
  document.write("<a href=\"mailto:"+name+"@"+server+"\."+ext+"\">"+name+"@"+server+"\."+ext+"</a>");
}
