$("span").click(function() {
$(this).parent().fadeOut("slow");
});