$(document).ready(function(){$("div.answer").hide();$("h5").click(function(){$(this).next().slideToggle(400);return false})});
