function e_friend() {
      var url = document.location.href;
      window.location="mailto:?subject=" + url ;
}

