			var headline = { src:"typo3conf/ext/dp_sifr/flash/h1_ibold.swf" };
			var subtitle = { src:"typo3conf/ext/dp_sifr/flash/h2_isemibold.swf" };
			var subsubtitle = { src:"typo3conf/ext/dp_sifr/flash/h1_ibold.swf" };
			var teaserbox = { src:"typo3conf/ext/dp_sifr/flash/h1_ibold.swf" };		
				
				sIFR.activate(headline,subtitle,teaserbox);
				
				function replaceHeadlines(){
				
					sIFR.replace(
								headline, {
	  								selector: "h1" ,
	  								wmode: "transparent",
	  								css: [".sIFR-root {color: #6f0000;}"]
					});	
					
					sIFR.replace(
								subtitle, {
	  								selector: "h2" ,
	  								wmode: "transparent",
	  								css: [".sIFR-root {color: #6f0000;}"]
	  				});	
	  				
	  				
	  				sIFR.replace(
								subsubtitle, {
	  								selector: "h4" ,
	  								wmode: "transparent",
	  								css: [".sIFR-root {text-transform: uppercase;}",".sIFR-root {color: #ffffff;}"]
	  				});	
	  				
	  				
	  				
	  				sIFR.replace(
								teaserbox, {
	  								selector: "h5" ,
	  								wmode: "transparent",
	  								css: [".sIFR-root {color: #ffffff;}"]
	  				});	
				
				}
				
				replaceHeadlines();
