//<![CDATA[
/* Replacement calls. Please see documentation for more information. */

if(typeof sIFR == "function"){

// This is the preferred "named argument" syntax
	sIFR.replaceElement(named({
		sSelector:"h1", 
		sFlashSrc:"/swf/Delta.swf", 
		sColor:"#FFFFFF", 
		sLinkColor:"#FFFFFF", 
		sBgColor:"#FFFFFF", 
		sHoverColor:"#FFFFFF",
		sWmode:"transparent"
	}));
	
	sIFR.replaceElement(named({
		sSelector:"h2", 
		sFlashSrc:"/swf/Delta.swf", 
		sColor:"#FFFFFF", 
		sLinkColor:"#FFFFFF", 
		sBgColor:"#FFFFFF", 
		sHoverColor:"#FFFFFF",
		sWmode:"transparent"
	}));
	
	sIFR.replaceElement(named({
		sSelector:"h3", 
		sFlashSrc:"/swf/Delta.swf", 
		sColor:"#FFFFFF", 
		sLinkColor:"#FFFFFF", 
		sBgColor:"#FFFFFF", 
		sHoverColor:"#FFFFFF",
		sWmode:"transparent"
	}));
	
	sIFR.replaceElement(named({
		sSelector:"h4", 
		sFlashSrc:"/swf/Delta.swf", 
		sColor:"#333333", 
		sLinkColor:"#333333", 
		sBgColor:"#333333", 
		sHoverColor:"#333333",
		sWmode:"transparent",
		sFlashVars:"textalign=right"
	}));
}
//]]>