$(function () {	$("a").click(function() {		$("#flash").fadeIn("fast");		$("#flash").fadeOut(1000);	});});