$(document).ready(function() {jQuery('#event-list').accordion({			animated: "bounceslide",			autoheight: false		});		    $('#tabs').tabs();  });
