function make_eml(recipient, subject){
  if(recipient == "linda") 
  { 
    email = "ladonahue2002@yahoo.com";
  }
/*   
  window.location="mailto:"+email+"?subject="+subject;
*/
  window.location="mailto:"+email;
}







