$(document).ready(function() {

    $("ul.section-tabs").tabs("div.tab-panes > div", {
        history: true,
        current: "current-tab"
    });
    
    $("ul.feat-list").tabs("div.switch-feat-body > div", {
        history: true,
        current: "current-feat"
    });

});

