 $(function()
      {
        $(".obfLink").click(function(e) {
          var _eml = $(this).attr("rel");
          _eml = _eml.replace("*$_#","@").replace("&&``",".");
          window.location.href = "mai" + "lto:" + _eml;
        });
      });

