    $("p").hide();
    $("a").click(function () {
      $(this).hide();
      return true;
});
