/* NB: init sIFR */
/* ccare: same as GAM sifr-init.js, but using local fontFace to avoid https complaints */
if(typeof sIFR == "function"){ 
	var fontFace = "tgamV3b/fonts/housegothic.swf";
 	sIFR.replaceElement(".subhub #header h2 span.brand", fontFace, named({ sColor : "#575757", sCase : "lower", sWmode : "transparent" }));
	sIFR.replaceElement(".subhub #header h2 a.brand", fontFace, named({ sColor : "#575757", sFlashVars : "underline=true", sCase : "lower", sWmode : "transparent" }));
	sIFR.replaceElement("#header h2 span.brand", fontFace, named({ sColor : "#000000", sCase : "lower", sWmode : "transparent" }));
	sIFR.replaceElement("#header h2 a.brand", fontFace, named({ sColor : "#000000", sFlashVars : "underline=true", sCase : "lower", sWmode : "transparent" }));
	sIFR.replaceElement("#header p.tagline span.brand", fontFace, named({ sColor : "#939393", sFlashVars : "underline=true", sCase : "lower", sWmode : "transparent" }));
}

