$(document).ready(function () {

     $('.notification').live('click',function () {
        $('.notification').fadeOut();
    });
});
