$(function() {

    $('#tab').tabs({
        selected: 0
    });

});
