      function no_spam(str_user, str_domain) {
         str_location = "mailto:" + str_user + "@" + str_domain;
         window.location = str_location;
      }
