jQuery(function($) {
	$(document).ready(function(){
		var accordion = new Accordion('.accordion_title', '.accordion_contents', {opacity: true}, $('subheader'));
	});
});
