$(document).ready(function() {
    // Прячем уведомление по клику
    $("#notices li").click(function() {$(this).fadeOut();});
});
