
 Cufon.replace('.mag #cs .c1 .ct h2,.mag #cs .c2 .fb6 h3, .mag #cs .c2 .ln h3,#cs .c2 .fb7 h3,#cs .c2 .cn h3,.mag #cs .c1 .cg3 h3');
 Cufon.replace('.mag #cs .c1 .ct .cg4 .fb4 h3,.mag #cs .c1 .cg3 h3,');
 Cufon.replace('.mag #cs .c1 .ct .fb5 .b1 h3');
Cufon.replace('.mag #cs .c2 .fb7 .tagcloud li a', {hover:true});


    $(function() {      
        $('#cs .c1 .ct .fb5').tabs({ fxAutoHeight: true, fxFade: true, fxSpeed: 'fast', navClass: 'x1', selectedClass: 'x3',containerClass: 'x2', hideClass: 'x4'});
        
    $(".fb4 .mb").animate({opacity: 0.4, height: 'hide'},0);
    
    $(".fb4").hover(function(){$(this).children(".mb").addClass('h').slideDown('fast').fadeTo('fast',0.8);},function(){$(this).children(".mb").animate({opacity: 0.4}).slideUp('fast');
    });           
    });  
  

