jQuery(function() {
	jQuery('.parish_description').css({
		display: 'none'
	});
	jQuery('.parish_panel h4').click(function() {
		jQuery(this).next().slideToggle();
		return false;
	});
});
