	jQuery(function(){
		jQuery(".faq-items h4, .glossary-items h4").wrapInner('<a href="javascript:void(0);"></a>').next().hide().prev().click(function(){
			jQuery(this).next().toggle();
		});
	});
	