//<![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/DIN.swf", 
		sColor:"#e2001a", 
		sLinkColor:"#e2001a", 
		sBgColor:"#FFFFFF", 
		sHoverColor:"#e2001a",
		//sFlashVars:"textalign=center&offsetTop=6,"
		sWmode:"transparent"
	}));
	
	sIFR.replaceElement(named({
		sSelector:"h5", 
		sFlashSrc:"/swf/DIN.swf", 
		sColor:"#3c3d38", 
		sLinkColor:"#3c3d38", 
		sBgColor:"#FFFFFF", 
		sHoverColor:"#3c3d38",
		//sFlashVars:"textalign=center&offsetTop=6,"
		sWmode:"transparent"
	}));
	
	sIFR.replaceElement(named({
		sSelector:"h2", 
		sFlashSrc:"/swf/DIN.swf", 
		sColor:"#e2001a", 
		sLinkColor:"#e2001a", 
		sBgColor:"#FFFFFF", 
		sHoverColor:"#e2001a",
		//sFlashVars:"textalign=center&offsetTop=6,"
		sWmode:"transparent"
	}));
	
	sIFR.replaceElement(named({
		sSelector:"h3", 
		sFlashSrc:"/swf/DIN.swf", 
		sColor:"#e2001a", 
		sLinkColor:"#e2001a", 
		sBgColor:"#FFFFFF", 
		sHoverColor:"#e2001a",
		//sFlashVars:"textalign=center&offsetTop=6,"
		sWmode:"transparent"
	}));
	
	sIFR.replaceElement(named({
		sSelector:"h6", 
		sFlashSrc:"/swf/DIN.swf", 
		sColor:"#e2001a", 
		sLinkColor:"#e2001a", 
		sBgColor:"#FFFFFF", 
		sHoverColor:"#e2001a",
		sFlashVars:"textalign=center",
		sWmode:"transparent"
	}));
};
//]]>