$( document ).ready(function () {
	
  jQuery('#sidebar').accordion({ 
    autoheight: false,
    event: 'click', 
    header: "h2",
    active: '.active', 
  });
	
});
