$(document).ready(function(){
	$("a.close").click(function()
	{
		$(this).parent().fadeOut('slow');
	});
});
