jQuery(function( $ ){

	$("#accordion").accordion({ 
		header: 'h3',
		autoHeight: true 
	});

	
});