(function($) {
	$(function() {
		$('.psw_accordion').accordion( { 
			header : 'div.title.accordion',
			event : 'click'
		});
	});
})(jQuery);