$().ready(function(){
    $('#newsSection').accordion({
        collapsible: true,
        active: true,
        header: '.sectionHdr',
        autoheight: false,
        alwaysOpen: false,
        animated: 'easeslide'
    });
    //$('#newsSection').accordion({ active: 2 });
});


