$(document).ready(function () {
	$(".flash a").click(function () {
		$(this).parent().slideUp("slow");
	})
});
