$(function () {
    // setup ul.tabs to work as tabs for each div directly under div.panes
    $("ul.tabs").tabs("div.panes > div");
});

// execute your scripts when the DOM is ready. this is mostly a good habit
$(function () {

    // initialize scrollable
    $(".SCROLLABLE").scrollable();

});


