$(function() {
    $('.flasher').fadeOut("slow").fadeIn("fast");
});