/* Replacement calls. Please see documentation for more information. */

if(typeof sIFR == "function"){

// This is the preferred "named argument" syntax
//	sIFR.replaceElement(named({sSelector:"body h1", sFlashSrc:"tradegothic.swf", sColor:"#000000", sLinkColor:"#000000", sBgColor:"#FFFFFF", sHoverColor:"#CCCCCC", nPaddingTop:20, nPaddingBottom:20, sFlashVars:"textalign=center&offsetTop=6"}));
	//sIFR.replaceElement("h1","tradegothic.swf","#36302A", "#36302A", "#E7E5D9", "#E7E5D9", 0, 0, 0, 0, null);

// This is the older, ordered syntax

	sIFR.replaceElement("h5#pullquote", "tradegothic.swf", "#000000", "#000000", "#FFFFFF", "#FFFFFF", 0, 0, 0, 0);
//	sIFR.replaceElement("h2", "tradegothic.swf", "#000000", null, null, null, 0, 0, 0, 0);
	sIFR.replaceElement("h4.subhead", "tradegothic.swf", "#660000", null, null, null, 0, 0, 0, 0);
	sIFR.replaceElement("h3.sidebox","tradegothic.swf","#000000", "#000000", "#DCDCDC", "#DCDCDC", 0, 0, 0, 0, null);
//	sIFR.replaceElement("h3", "tradegothic.swf", "#000000", null, null, null, 0, 0, 0, 0, null);

    sIFR.replaceElement("#content_m h1", named({sFlashSrc: "qlassik1.swf", sColor: "#36302A", sWmode: "transparent", sCase: "upper"}));
    sIFR.replaceElement("h3", named({sFlashSrc: "qlassik1.swf", sColor: "#36302A", sWmode: "transparent",  sCase: "upper"}));

//    sIFR.replaceElement("h2", named({sFlashSrc: "qlassik1.swf", sColor: "#36302A", sWmode: "transparent", sCase: "upper"}));
		
	//	 sIFR.replaceElement("#content_m h2", named({sFlashSrc: "qlassik1.swf", sColor: "#36302A", sWmode: "transparent", sCase: "upper"}));	
//	    sIFR.replaceElement("#header2 ul li a", named({sFlashSrc: "qlassik1.swf", sColor: "#36302A", sWmode: "transparent", sCase: "upper"}));	
	
};
