$(function(){
	$(".flash").delay(2000)
				.animate({"opacity": "toggle"}, "slow" )
				.delay(100)
			   .animate({"opacity": "toggle"}, "slow" )
			   .end();
});
