if(typeof sIFR == "function")
{
	if (typeof h1color == 'undefined') h1color = "#ffffff";
	if (typeof h2color == 'undefined') h2color = theme;
	if (typeof h3color == 'undefined') h3color = theme;
	if (typeof h4color == 'undefined') h4color = theme;	
	if (typeof h5color == 'undefined') h5color = theme;
	
	sIFR.replaceElement(named({sSelector:"h1", sFlashSrc:"sifr/vodafoneRgBd.swf", 
			sColor:h1color, sBgColor:"#ffffff", sWmode:"transparent", sFlashVars:"textalign=right"}));

//	sIFR.replaceElement(named({sSelector:"h2", sFlashSrc:"sifr/vodafoneRgBd.swf", 
	//		sColor:h2color, sBgColor:"#ffffff", sWmode:"transparent"}));

	sIFR.replaceElement(named({sSelector:"h3", sFlashSrc:"sifr/vodafoneRgBd.swf", 
			sColor:h3color, sBgColor:"#ffffff", sWmode:"transparent"}));

	sIFR.replaceElement(named({sSelector:"h4", sFlashSrc:"sifr/vodafoneRgBd.swf", 
			sColor:h4color, sBgColor:"#ffffff", sWmode:"transparent"}));

	sIFR.replaceElement(named({sSelector:"h5", sFlashSrc:"sifr/vodafoneRg.swf", 
			sColor:h5color, sBgColor:"#ffffff", sWmode:"transparent"}));
}