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:"#000000", 
			sLinkColor:"#000000", 
			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:"#000000", 
			sLinkColor:"#000000", 
			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/metabold.swf",
		"#cc9900", 
		"#cc9900", 
		"#fce898", 
		"#fce898", 
		0, 
		0, 
		0, 
		0, 
		"textalign=right&offsetTop=0"
	);
    sIFR.replaceElement(
		"h4",
		"http://kleefeldbuchholz.de/fileadmin/templates/main/files/swf/metanormal.swf",
		"#000000", 
		"#000000", 
		"#e1efc0", 
		"#e1efc0", 
		0, 
		0, 
		0, 
		0, 
		"textalign=left&offsetTop=0"
	);
	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"
		})
	);
};
