window.addEvent('domready', function(){
	
	//SIFR
	if(typeof sIFR == "function"){
		sIFR.replaceElement(
			named(
				{
					sSelector: '.section h2',
					sFlashSrc: 'swf/sIFR/bliss_light.swf',
					sColor: '#5c554a',
					sLinkColor: '#5c554a',
					sHoverColor: '#5c554a',
					nPaddingTop:0,
					nPaddingBottom:0,
					sWmode: 'transparent',
					sCase: 'upper',
					sFlashVars: ''
				}
			)
		);
	}
	
});
