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