(function( $ ) {
        $( document ).ready( function() {
            
            $("div#tabBlue").ccwtab({
                behavior: "mouseover"
            });
            $("div#tabBlue").ccwtab( "selectedIndex", 0 );
            
        });
})( jQuery );
