$(function(){
	$("#home_news > article > h2").click(function () {
		$("+ div",this).slideToggle(350);
    });  
});


