jQuery().ready(function() {
    jQuery.noConflict();
    
    if(typeof sIFR == "function"){
        var color = new RGBColor(jQuery('h1').css('color'));
        sIFR.replaceElement("h1", named({sFlashSrc: "../../static/js/sIFR2/HelveticaNeueUltraLight.swf", sColor: color.toHex()}));
        sIFR.replaceElement("h2", named({sFlashSrc: "../../static/js/sIFR2/HelveticaNeueLight.swf", sColor: color.toHex()}));
        sIFR.replaceElement("h3,h4", named({sFlashSrc: "../../static/js/sIFR2/HelveticaNeueLight.swf", sColor: color.toHex(), sCase:'upper'}));
        sIFR.replaceElement("h5", named({nPaddingBottom: 16, sFlashSrc: "../../static/js/sIFR2/HelveticaNeueLight.swf", sColor: color.toHex()}));
    };
});
