// Replaces target element with encoded character string - spam safe!
$(document).ready(function() {
  $(".barry").html('&#098;&#112;&#114;&#105;&#122;&#097;&#110;&#116;&#064;&#097;&#111;&#108;&#046;&#099;&#111;&#109;');
  $(".kelly").html('&#107;&#101;&#108;&#108;&#121;&#064;&#099;&#099;&#115;&#101;&#109;&#105;&#110;&#097;&#114;&#115;&#046;&#099;&#111;&#109;');
});
