 $("#newsTrigger").click(function(){
	$("#newsdiv .nbody:not(:animated)").slideToggle("slow");	
});

