//<![CDATA[
/* Replacement calls. Please see documentation for more information. */

if(typeof sIFR == "function"){

// This is the preferred "named argument" syntax

	sIFR.replaceElement(named({sSelector:"h3", sFlashSrc:"helvetica.swf", sWmode:"transparent", sColor:"#8ee069", sLinkColor:"#000000", sHoverColor:"#CCCCCC"}));
	sIFR.replaceElement(named({sSelector:"h2", sFlashSrc:"helvetica.swf", sWmode:"transparent", sColor:"#8ee069", sLinkColor:"#000000", sHoverColor:"#CCCCCC"}));

// This is the older, ordered syntax
	sIFR.replaceElement("h5#pullquote", "helvetica.swf", "#000000", "#000000", "#FFFFFF", "#FFFFFF", 0, 0, 0, 0);
	sIFR.replaceElement("h2", "helvetica.swf", "#8ee069", null, null, null, 0, 0, 0, 0);
	sIFR.replaceElement("h4.subhead", "helvetica.swf", "#660000", null, null, null, 0, 0, 0, 0);
	sIFR.replaceElement("h3", "helvetica.swf","#8ee069", null, null, null, 0, 0, 0, 0, null);


};

//]]>