if(typeof sIFR == "function"){

// This is the preferred "named argument" syntax
	sIFR.replaceElement(named({sSelector:"h1", sFlashSrc:"swf/myriadbold.swf", sColor:"#3577B5", sBgColor:null, sPaddingTop:null, sWmode:"transparent", sFlashVars:"letterSpacing=-1"}));
	sIFR.replaceElement(named({sSelector:"h2", sFlashSrc:"swf/myriadbold.swf", sColor:"#3577B5", sBgColor:null, sPaddingTop:null, sWmode:"transparent", sFlashVars:"letterSpacing=-1"}));
	sIFR.replaceElement(named({sSelector:"h3", sFlashSrc:"swf/arial_bold.swf", sColor:"#1E4466", sLinkColor:"#1E4466", sBgColor:null, sHoverColor:"#009933", sFlashVars:"letterSpacing=-1", nPaddingTop:10, nPaddingLeft:12, sWmode:"transparent"}));
	sIFR.replaceElement(named({sSelector:"h4", sFlashSrc:"swf/arial_bold.swf", sColor:"#1E4466", sLinkColor:"#1E4466", sBgColor:null, sHoverColor:"#009933", sFlashVars:"letterSpacing=-1", nPaddingTop:30, nPaddingLeft:30, sWmode:"transparent"}));
	sIFR.replaceElement(named({sSelector:"h5", sFlashSrc:"swf/arial_bold.swf", sColor:"#006600", sBgColor:null, sFlashVars:"letterSpacing=-1", nPaddingTop:10, nPaddingLeft:12, sWmode:"transparent"}));
	sIFR.replaceElement(named({sSelector:"h6", sFlashSrc:"swf/arial_bold.swf", sColor:"#1E4466", sLinkColor:"#1E4466", sBgColor:null, sHoverColor:"#009933", sFlashVars:"letterSpacing=-1", nPaddingTop:30, nPaddingLeft:30, sWmode:"transparent"}));

// 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("h3", "arialbold.swf", "#1E4466", "#1E4466", 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);

};
