$(function(){//hide message_body after the first one$(".top_contents .body:gt(0)").hide();//toggle message_body$(".top_contents .head").click(function(){$(this).next(".body").slideToggle(500)return false;});});