function dameEm (em) {
  var wa= "@";
  var pt= ".";
  var enlnk= "";
  if (em=="beroa") {
      enlnk= "fundaciontutelarberoa"+wa+"fundaciontutelarberoa"+pt+"com";
  } else if (em=="fundacionfamilia1") {
      enlnk= "fundacionfamilia"+wa+"afaeps"+pt+"org";
  } else if (em=="fundacionfamilia2") {
      enlnk= "administracion1"+wa+"fundacionfamilia"+pt+"net";
  } else if (em=="futupes") {
      enlnk= "afaes"+wa+"afaes.e.telefonica"+pt+"net";
  } else if (em=="hurkoa") {
      enlnk= "idazkari"+wa+"hurkoa"+pt+"org";
  } else if (em=="fundacionmadre") {
      enlnk= "fundacionmadre"+wa+"fundacionmadre"+pt+"org";
  } else if (em=="fundacionmanantial") {
      enlnk= "infotutela"+wa+"fundacionmanantial"+pt+"org";
  }
  return ("<a href='mailto:"+enlnk+"'>"+enlnk+"</a>");
}




