if(typeof sIFR == "function"){
	if(document.URL.substring(0,5) == 'https') {
    	sIFR.replaceElement("h1", named({sFlashSrc: "georgia.swf", sFlashVars:"offsetTop=1", sWmode: "transparent", sColor:"#3574AC"}));
		sIFR.replaceElement("h2", named({sFlashSrc: "georgia.swf", sFlashVars:"offsetTop=1", sWmode: "transparent", sColor:"#3574AC"}));
		sIFR.replaceElement("h3", named({sFlashSrc: "georgia.swf", sFlashVars:"offsetTop=1", sWmode: "transparent", sColor:"#F75F13"}));
	} else {
		sIFR.replaceElement("h1", named({sFlashSrc: "georgia.swf", sFlashVars:"offsetTop=1", sWmode: "transparent", sColor:"#3574AC"}));
		sIFR.replaceElement("h2", named({sFlashSrc: "georgia.swf", sFlashVars:"offsetTop=1", sWmode: "transparent", sColor:"#3574AC"}));
		sIFR.replaceElement("h3", named({sFlashSrc: "georgia.swf", sFlashVars:"offsetTop=1", sWmode: "transparent", sColor:"#F75F13"}));
	}
};