$(document).ready(function() {
$("#flash_notifications").slideDown().delay(3000).slideUp();
});

