 $(document).ready(function() {
        try {
            $("#tabs").tabs();
            $("#tabs").tabs('select', 0);
        }
        catch (e) {
            return false;
        }
    });  // end:DOM ready


