  $(document).ready(function() {
      $(".MessageDisplay").click(function() {
          $(this).fadeOut(500);
          return false;
      });
  });