$(document).ready(function(){
    setTimeout(function(){
        $('.flash').fadeOut('1600', function () {
            $('.flash').remove();
        }); 
    }, 5000);
});
