﻿Cufon.replace(['h1', 'h2', 'h3', '.mainMenu a', '.mainMenuSub a', '.summary', '.fontreplace', '.quote .item', '.quote .by_line', '.rotatorImageText', 'imageText', 'factBox', '.statisticsCount', '.box24h .title', '.box24h .number', '.carrouselText'], {
    hover: true,
    trim: 'simple'
});
Cufon.CSS.ready(function() {    
    jQuery(document).ready(function () {            
        $('cufon').each(function () {                               
            if ($(this).attr("alt") == " ") {
                $(this).remove();
            }
        });
    });
}); 
