if(typeof sIFR == "function"){

// This is the preferred "named argument" syntax
	sIFR.replaceElement(
		named({
			sSelector:"h1", 
			sFlashSrc:"http://kleefeldbuchholz.de/fileadmin/templates/main/files/swf/metanormal.swf", 
			sColor:"#858585", 
			sLinkColor:"#858585", 
			sBgColor:"#FFFFFF", 
			sHoverColor:"#FFFFFF", 
			nPaddingTop:0, 
			nPaddingBottom:0, 
			sFlashVars:"textalign=left&offsetTop=0",
			sWmode:"transparent"
		})
	);

// This is the older, ordered syntax
	sIFR.replaceElement(
		named({
			sSelector:"h2", 
			sFlashSrc:"http://kleefeldbuchholz.de/fileadmin/templates/main/files/swf/metanormal.swf", 
			sColor:"#858585", 
			sLinkColor:"#858585", 
			sBgColor:"#FFFFFF", 
			sHoverColor:"#FFFFFF", 
			nPaddingTop:0, 
			nPaddingBottom:0, 
			sFlashVars:"textalign=left&offsetTop=0",
			sWmode:"transparent"
		})
	);
    sIFR.replaceElement(
		"h3",
		"http://kleefeldbuchholz.de/fileadmin/templates/main/files/swf/metanormal.swf",
		"#858585", 
		"#858585", 
		"#ffffff", 
		"#ffffff", 
		0, 
		0, 
		0, 
		0, 
		"textalign=left&offsetTop=0&offsetLeft=15"
	);
	 sIFR.replaceElement(
		named({
			sSelector:"h5", 
			sFlashSrc: "http://kleefeldbuchholz.de/fileadmin/templates/main/files/swf/metanormal.swf",
			sColor:"#858585", 
			sLinkColor:"#858585", 
			sBgColor:"#e1efc0", 
			sHoverColor:"#e1efc0", 
			nPaddingTop:0, 
			nPaddingBottom:0, 
			sFlashVars:"textalign=left&offsetTop=0",
			sWmode:"transparent"
		})
		
	);
    sIFR.replaceElement(
		named({
			sSelector:"h4", 
			sFlashSrc: "http://kleefeldbuchholz.de/fileadmin/templates/main/files/swf/metanormal.swf",
			sColor:"#000000", 
			sLinkColor:"#000000", 
			sBgColor:"#e1efc0", 
			sHoverColor:"#e1efc0", 
			nPaddingTop:0, 
			nPaddingBottom:0, 
			sFlashVars:"textalign=left&offsetTop=0",
			sWmode:"transparent"
		})
		
	);
	sIFR.replaceElement(
		named({
			sSelector:".newsheader", 
			sFlashSrc: "http://kleefeldbuchholz.de/fileadmin/templates/main/files/swf/metanormal.swf",
			sColor:"#000000", 
			sLinkColor:"#000000", 
			sBgColor:"#e1efc0", 
			sHoverColor:"#e1efc0", 
			nPaddingTop:0, 
			nPaddingBottom:0, 
			sFlashVars:"textalign=left&offsetTop=0",
			sWmode:"transparent"
		})
	);
	sIFR.replaceElement(
		named({
			sSelector:"h6", 
			sFlashSrc: "http://kleefeldbuchholz.de/fileadmin/templates/main/files/swf/metanormal.swf",
			sColor:"#000000", 
			sLinkColor:"#000000", 
			sBgColor:"#e1efc0", 
			sHoverColor:"#e1efc0", 
			nPaddingTop:0, 
			nPaddingBottom:0, 
			sFlashVars:"textalign=left&offsetTop=0",
			sWmode:"transparent"
		})
	);
	sIFR.replaceElement(
		named({
			sSelector:"h6.normal", 
			sFlashSrc: "http://kleefeldbuchholz.de/fileadmin/templates/main/files/swf/metanormal.swf",
			sColor:"#000000", 
			sLinkColor:"#000000", 
			sBgColor:"#e1efc0", 
			sHoverColor:"#e1efc0", 
			nPaddingTop:0, 
			nPaddingBottom:0, 
			sFlashVars:"textalign=left&offsetTop=0",
			sWmode:"transparent"
		})
	);
};

