function initSifr() {
	if(1==1){


	if(typeof sIFR == "function"){

		sIFR.replaceElement( named({ sSelector:".blissGreen", 
			sFlashSrc:"/_layouts/if/sifr/bliss.swf", sFlashVars:"textalign=center&offsetTop=0&offsetLeft=0",  
            sWmode:"transparent", sColor:"#03973f", sLinkColor:"#03973f", sHoverColor:"#03973f", sBgColor:"#ffffff", nPaddingTop:3, nPaddingBottom:2 }));
		
		sIFR.replaceElement( named({ sSelector:".blissCrimson", 
			sFlashSrc:"/_layouts/if/sifr/bliss.swf", sFlashVars:"textalign=center&offsetTop=0&offsetLeft=0",  
			sWmode:"transparent", sColor:"#c7252e", sLinkColor:"#c7252e", sHoverColor:"#c7252e", sBgColor:"#FFFFFF", nPaddingTop:3, nPaddingBottom:2 }));
		
		sIFR.replaceElement( named({ sSelector:".blissDarkgrey", 
			sFlashSrc:"/_layouts/if/sifr/bliss.swf", sFlashVars:"textalign=center&offsetTop=0&offsetLeft=0",  
			sWmode:"transparent", sColor:"#202020", sLinkColor:"#202020", sHoverColor:"#202020", sBgColor:"#FFFFFF", nPaddingTop:3, nPaddingBottom:2 }));
		
		sIFR.replaceElement( named({ sSelector:".teaser_sifr", 
			sFlashSrc:"/_layouts/if/sifr/bliss.swf", sFlashVars:"textalign=left&offsetTop=0",  
			sWmode:"transparent",sColor:"#202020", sLinkColor:"#202020", sHoverColor:"#202020", sBgColor:"#FFFFFF", nPaddingTop:0,  nPaddingBottom:0 }));
		
		sIFR.replaceElement( named({ sSelector:".claims_sifr", 
			sFlashSrc:"/_layouts/if/sifr/bliss.swf", sFlashVars:"textalign=left&offsetTop=0",  
			sWmode:"transparent",sColor:"#c7252e", sLinkColor:"#c7252e", sHoverColor:"#c7252e", sBgColor:"#FFFFFF", nPaddingTop:0,  nPaddingBottom:0 }));
		



	
	};
	
	
	};
};
	

document.observe("dom:loaded", function() {   // initially hide all containers for tab content
    initSifr();
}); 
