jQuery.noConflict();
jQuery('document').ready(function(){
   jQuery('#sidebar_right').accordion({ autoHeight: false });
});
