$j(function(){$j("div.box-mdr div.content div.mdr-content").hide().filter(":lt(5)").show();$j("div.box-mdr div.content h2").click(function(e){e.preventDefault();$j(this).toggleClass("close").next().toggle()})});