$(function () {

    $('#personalRightbar li:first').accordion({

        header: 'p',

        collapsible: true,

        active: false

    });

});

