$(document).ready(function() {
	$("#flashMessage").show("normal",
		function()
		{
			$("#flashMessage").fadeOut(1000); 
		}
		);
});