$(document).ready(function(){
	$("#header .delete").click(function(){
		$(this).parents("#header").animate({ opacity: 'hide', height: 'toggle' }, "slow");
	});
});
