// Standard jQuery header
;(function($) {
    $(document).ready(function() {
        $("div#tabs").tabs();

    // Standard jQuery footer
    })
})(jQuery);
