
if(typeof sIFR == "function")
{
	if (typeof h1color == 'undefined') h1color = "#666666";
	if (typeof h2color == 'undefined') h2color = "#000000";
	if (typeof h3color == 'undefined') h3color = "#666666";
	if (typeof h4color == 'undefined') h4color = "#666666";	
	if (typeof h5color == 'undefined') h5color = "#666666";
	if (typeof tlcolor == 'undefined') tlcolor = "#666666";
	
	sIFR.replaceElement(named({sSelector:"h1", sFlashSrc:"http://www.olay.com.au//includes/sifr/HelvNeueLightExt.swf", 
			sColor:h1color, sBgColor:"#ffffff", sWmode:"transparent"}));
	
	sIFR.replaceElement(named({sSelector:"h2", sFlashSrc:"http://www.olay.com.au//includes/sifr/HelvNeueExt.swf", 
			sColor:h2color, sBgColor:"#ffffff", sWmode:"transparent"}));
	
	sIFR.replaceElement(named({sSelector:"h3", sFlashSrc:"http://www.olay.com.au//includes/sifr/HelvNeueExt.swf", 
			sColor:h3color, sBgColor:"#ffffff", sWmode:"transparent", sFlashVars:"textalign=right"}));
	
	sIFR.replaceElement(named({sSelector:"h4", sFlashSrc:"http://www.olay.com.au//includes/sifr/HelvNeueExt.swf", 
			sColor:h4color, sBgColor:"#ffffff", sWmode:"transparent"}));

	sIFR.replaceElement(named({sSelector:"h5", sFlashSrc:"http://www.olay.com.au//includes/sifr/HelvNeueExt.swf", 
			sColor:h5color, sBgColor:"#ffffff", sWmode:"transparent"}));

	sIFR.replaceElement(named({sSelector:"p.tagline", sFlashSrc:"http://www.olay.com.au/includes/sifr/HelvNeueLightExt.swf", 
			sColor:tlcolor, sBgColor:"#ffffff", sWmode:"transparent"}));
}