jQuery(document).ready(function($) {
    //$("#tabs").tabs();
    // TODO consertar os links: clicar nos a's deve realmente recarregar tudo (versões futuras podem renderizar separado, conteúdo e página completa)
    
    /*$("#theme_switcher").click(function(e) {
        $("#dialog").dialog();
    });
    
            $('#themeswitcher').jlthemeswitcher({
                importThemes:false,
                themes:'Diferencial Escuro 1,http://static.jquery.com/ui/themeroller/images/themeGallery/theme_30_ui_light.png,css/diferencial-escuro-1/jquery-ui-1.8.16.custom.css|Diferencial Claro 1,http://static.jquery.com/ui/themeroller/images/themeGallery/theme_30_ui_light.png,css/diferencial-claro-1/jquery-ui-1.8.16.custom.css|Diferencial Verde 1,http://static.jquery.com/ui/themeroller/images/themeGallery/theme_30_ui_light.png,css/diferencial-verde-1/jquery-ui-1.8.16.custom.css',
                defaultTheme: 'Diferencial Escuro 1',
                width: '300px',
                closeIcon: true,
                autoOpen: true
            });*/
});
