$(document).ready(function() { 

$(".closebutton").click(function () {
      $(".closethis").fadeOut("slow");
    });
}); 
