     //EMAIL LINK SCRIPT    
      u = window.location;
      m = "I thought this might interest you....";
      
      function mailThisUrl() {
        window.location="mailto:?subject="+m+"&body="+u;
      }      
