			var headline = { src:"typo3conf/ext/dp_sifr/flash/sifr.swf" };
				var subtitle = { src:"typo3conf/ext/dp_sifr/flash/sifrh2.swf" };		
				
				sIFR.activate(headline,subtitle);
				
				function replaceHeadlines(){
				
					sIFR.replace(
								headline, {
	  								selector: "h1" ,
	  								wmode: "transparent",
	  								css: [".sIFR-root {color: #d10019;}"]
					});	
					
					sIFR.replace(
								subtitle, {
	  								selector: "h2" ,
	  								wmode: "transparent",
	  								css: [".sIFR-root {color: #d10019;}"]
	  				});	
				
				}
				
				replaceHeadlines();
