(function( $ ){
    $(function(){
        // questions in header
        $("#news").css("display","block");
         $("#news").newsticker();
    
        // setup ul.tabs to work as tabs for each div directly under div.panes 
        $("ul.tabs").tabs("div.panes > div");
        
    });
})(jQuery);

