$(function(){
    (function($) {
        $("#tab_container").tabs();
    })(jQuery);
});
