
//sIFR.replaceElement(sSelector, sFlashSrc, sColor, sLinkColor, sHoverColor, sBgColor, nPaddingTop, nPaddingRight, nPaddingBottom, nPaddingLeft, sFlashVars, sCase, sWmode);
if(typeof sIFR == "function"){

    //NEW
    
    //sIFR.replaceElement("#header #h2 h2", "/static/images/sifr/en/helvetica_neue_bold_cond_all.swf", "#ffffff", null, null, "#af0a11", 2, 0, 5, 5, null, null, "transparent");

    sIFR.replaceElement(".alert #positioning h2", "/static/images/sifr/en/helvetica_neue_bold_cond_all.swf", "#fff9f3", null, null, "#334466", 0, 0, 0, 0, null, null, "transparent");

	sIFR.replaceElement("#positioning h2", "/static/images/sifr/en/helvetica_neue_bold_cond_all.swf", "#cc111a", null, null, "#ffffff", 0, 0, 0, 0, null, null, "transparent");
    
    //This one is for the text under the home page headline
	sIFR.replaceElement("#positioning p", "/static/images/sifr/en/helvetica_neue_med_cond_all.swf", "#777777", null, null, "#ffffff", 0, 0, 0, 0, null, null, "transparent");

    sIFR.replaceElement("#actions div h3", "/static/images/sifr/en/helvetica_neue_med_cond_all.swf", "ffffff", null, null, "ad0810", 0, 0, 0, 0, null, null, "transparent");

    //this ones is for the text under each 'tagline'
    //sIFR.replaceElement("#actions div p", "/static/images/sifr/helvetica_med_cond_arrow.swf", "#ffffff", null, null, "#ad0810", 0, 0, 0, 0, null, null, "transparent");
	
	sIFR.replaceElement(".featured_product #banner h2", "/static/images/sifr/en/helvetica_neue_bold_cond_all.swf", "#cc111a", null, null, "#ffffff", 0, 0, 0, 0, null, null, "transparent");

    //this one is for the text under the logo on the featured product banner
    sIFR.replaceElement(".featured_product #banner p", "/static/images/sifr/en/helvetica_neue_med_cond_all.swf", "#777777", null, null, "#ffffff", 0, 0, 0, 0, null, null, "transparent");

	//are these used anymore?
	//sIFR.replaceElement("#header_left_short h2", "/static/images/sifr/en/helvetica_neue_bold_cond_all.swf", "#ffffff", null, null, "#ae0a11", 2, 0, 5, 5, null, null, "transparent");
	//sIFR.replaceElement("#header_right_short h2", "/static/images/sifr/en/helvetica_neue_bold_cond_all.swf", "#ffffff", null, null, "#ae0a11", 2, 0, 5, 5, null, null, "transparent");	

    sIFR.replaceElement("#narrowResults h2 div", "/static/images/sifr/en/helvetica_neue_med_cond_all.swf", "010101", null, null, "#ffffff", 2, 0, 1, 1, null, null, "transparent");

	sIFR.replaceElement(".standard h4", "/static/images/sifr/en/helvetica_neue_med_cond_all.swf", "#000000", null, null, "#000000", 0, 0, 0, 0, null, null, "transparent");

    sIFR.replaceElement(".downloads_form_two h5", "/static/images/sifr/en/helvetica_neue_med_cond_all.swf", "#000000", null, null, "#ffffff", 0, 0, 0, 0, null, null, "transparent");
    sIFR.replaceElement(".downloads_form_two h4", "/static/images/sifr/en/helvetica_neue_med_cond_all.swf", "#000000", null, null, "#ffffff", 0, 0, 0, 0, null, null, "transparent");


	sIFR.replaceElement("#content_col .spotlight h3", "/static/images/sifr/en/helvetica_neue_med_cond_all.swf", "#cc111a", null, null, "#ffffff", 0, 0, 0, 0, null, null, "transparent");

	
	sIFR.replaceElement("#right_col .spotlight h3", "/static/images/sifr/en/helvetica_neue_med_cond_all.swf", "#cc111a", null, null, "#eeeeee", 7, 8, sIFR.UA.bIsIE ? 5 : 4, 8, null, null, "transparent");


	sIFR.replaceElement(".col_3 .bottom_middle .spotlight h3", "/static/images/sifr/en/helvetica_neue_med_cond_all.swf", "#cc111a", null, null, "#eeeeee", 7, 8, 4, 8, null, null, "transparent");
    
    
}
else {
};







