

jQuery().ready(function(){
    jQuery('#recommendlist').accordion({
        header: 'div.title',
        active: false,
        alwaysOpen: false,
        animated: false,
        autoheight: false
    });
});

