$(function(){
	$("a.searchHead").click(function(event) {
	event.preventDefault();
	$(this).next().slideToggle();
});

});
