if(typeof sIFR == "function"){
	
	sIFR.replaceElement("div.mHeadline h1", 
	named({sFlashSrc: "/flash/sifr-fonts/TheSansPlain.swf", 
	sColor: "#941b13", 
	sWmode: "transparent"}));
	
	sIFR.replaceElement("div.mCampaigns h1", 
	named({sFlashSrc: "/flash/sifr-fonts/TheSansPlain.swf", 
	sColor: "#941b13", 
	sWmode: "transparent"}));
	
	//Because of a line-heigt isue, the two sIFR-elements below is deactivated
	/*
	sIFR.replaceElement("div.m3items div.headline h2", 
	named({sFlashSrc: "/flash/sifr-fonts/TheSansPlain.swf", 
	sColor: "#941b13", 
	sWmode: "transparent"}));
	
	sIFR.replaceElement("div.mNewsTop h3", 
	named({sFlashSrc: "/flash/sifr-fonts/TheSansPlain.swf", 
	sColor: "#941b13", 
	sFlashVars: "underline=true&offsetTop=-4", 
	sWmode: "transparent"}));
	*/
	
	
	//Default example
	/*
	sIFR.replaceElement("div.class html-element", 
	named({sFlashSrc: "/flash/sifr-fonts/FlashFontFile.swf", 
	sColor: "#941b13", 
	sCase: "upper", 
	sFlashVars: "underline=true&offsetTop=-4", 
	sWmode: "transparent"}));
	*/
	
}