$(document).ready(function() {

  $("div.note").click(function(event) {
    $(this).hide();
  });

});
