/* NB: init sIFR */
if(typeof sIFR == "function"){ 
	var protocol = (location.protocol=="http:") ? "http://images" : "https://secure";
	var fontFace = protocol+".theglobeandmail.com/v5/styles/type/gmsanserif.swf";
 	sIFR.replaceElement(".subhub #header h2 span.brand", fontFace, named({ sColor : "#7C7C7C", sCase : "normal", sWmode : "transparent" }));
	sIFR.replaceElement(".subhub #header h2 a.brand", fontFace, named({ sColor : "#7C7C7C", sFlashVars : "underline=true", sCase : "normal", sWmode : "transparent" }));
	sIFR.replaceElement("#header h2 span.brand", fontFace, named({ sColor : "#7C7C7C", sCase : "normal", sWmode : "transparent" }));
	sIFR.replaceElement("#header h2 a.brand", fontFace, named({ sColor : "#7C7C7C", sFlashVars : "underline=true", sCase : "normal", sWmode : "transparent" }));
	/* I'm not sure if this is being used, but I'm leaving it in just in case - ST 08/08/07 */
	sIFR.replaceElement("#header p.tagline span.brand", fontFace, named({ sColor : "#939393", sFlashVars : "underline=true", sCase : "normal", sWmode : "transparent" }));
}

