$('div.alert').text("Komunikat").fadein
 (2000).click(
 function ()
  {
    $(this).fadeout(2000);
  }
);