if(typeof sIFR == "function"){
	if(document.URL.substring(0,5) == 'https') {
    	sIFR.replaceElement("h1", named({sFlashSrc: "https://www.bruceclay.com/font_ps.swf", sFlashVars:"offsetTop=2", sWmode: "transparent", sColor:"#990000"}));
		sIFR.replaceElement("h2", named({sFlashSrc: "https://www.bruceclay.com/font_ps.swf", sFlashVars:"offsetTop=2", sWmode: "transparent", sColor:"#18459F"}));
		sIFR.replaceElement("h3", named({sFlashSrc: "https://www.bruceclay.com/font_ps.swf", sFlashVars:"offsetTop=2", sWmode: "transparent", sColor:"#339900"}));
	} else {
		sIFR.replaceElement("h1", named({sFlashSrc: "http://www.bruceclay.com/font_ps.swf", sFlashVars:"offsetTop=2", sWmode: "transparent", sColor:"#990000"}));
		sIFR.replaceElement("h2", named({sFlashSrc: "http://www.bruceclay.com/font_ps.swf", sFlashVars:"offsetTop=2", sWmode: "transparent", sColor:"#18459F"}));
		sIFR.replaceElement("h3", named({sFlashSrc: "http://www.bruceclay.com/font_ps.swf", sFlashVars:"offsetTop=2", sWmode: "transparent", sColor:"#339900"}));
	}
};