setTimeout(function() {
	$("#flash").slideUp(function () {
		$("#flash").remove();
	}); 
}, 2000);
