$(document).ready(function(){

$(".qa-entry .qa-head").click(function() {
	$(this).next().slideToggle("normal");
}).next().hide();

});