/* NB: init sIFR */
if(typeof sIFR == "function"){ 
	var protocol = (location.protocol=="http:") ? "http://images" : "https://secure";
	var fontFace = protocol+".theglobeandmail.com/v5/styles/type/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" }));
}

