
if(typeof sIFR == "function"){


// This is the preferred "named argument" syntax
	

// This is the older, ordered syntax
	//sIFR.replaceElement("h1", "fonts/gill.swf", "#585858", null, null, "#330000", 0, 0, 0, 0);
	sIFR.replaceElement("h1", named({sFlashSrc: "../fonts/gill.swf", sColor: "#585858", sWmode: "transparent"}));
};