window.addEvent("domready",function() {
if(typeof sIFR == "function"){

// This is the preferred "named argument" syntax
	// sIFR.replaceElement(named({sSelector:"h1", sFlashSrc:"sIFR/mistral.swf", sColor:"#000000", sLinkColor:"#000000", sBgColor:"#ffffff", sHoverColor:"#CCCCCC", nPaddingTop:20, nPaddingBottom:20, sFlashVars:"textalign=center&offsetTop=6"}));
	
	sIFR.replaceElement("h1", named({sFlashSrc: "sIFR/adobe.swf", sColor: "#003366", sWmode: "transparent", sCase: "normal"}));
	sIFR.replaceElement("h2", named({sFlashSrc: "sIFR/adobe.swf", sColor: "#003366",sWmode: "transparent", sCase: "normal"}));
	sIFR.replaceElement("h3", named({sFlashSrc: "sIFR/adobe.swf", sColor: "#003366",sWmode: "transparent", sCase: "normal"}));

	sIFR.replaceElement("p.flashtext", named({sFlashSrc: "sIFR/adobe.swf", sColor: "#000000", sWmode: "transparent", sCase: "normal"}));
	sIFR.replaceElement("div.flashtext", named({sFlashSrc: "sIFR/adobe.swf", sColor: "#000000", sWmode: "transparent", sCase: "normal"}));

// This is the older, ordered syntax
	//sIFR.replaceElement("h5", "sIFR/mistral.swf", "#000000", "#000000", "#FFFFFF", "#FFFFFF", 0, 0, 0, 0);
	//sIFR.replaceElement("h2", "sIFR/mistral.swf", "#000000", null, null, null, 0, 0, 0, 0);
	//sIFR.replaceElement("h4.subhead", "sIFR/mistral.swf", "#660000", null, null, null, 0, 0, 0, 0);
	//sIFR.replaceElement("h3","sIFR/mistral.swf","#000000", "#000000", "#DCDCDC", "#DCDCDC", 0, 0, 0, 0, null);
	//sIFR.replaceElement("h3", "sIFR/mistral.swf", "#000000", null, null, null, 0, 0, 0, 0, null);

};
});