$(document).ready(function() {
	
	setTimeout(function(){
		$("div#flashMessage").fadeOut('slow');
	}, 5000);

});
