jQuery(function() {
	jQuery.noConflict();
	
	jQuery("#accordion").accordion({
		autoHeight: false
	});
});