jQuery(document).ready(
	function() {
		jQuery("#accordion").accordion({ animated: 'bounceslide', active: 'false' });
	}
);