var impact = {
    src: 'flash/impact.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(impact);


sIFR.replace(impact, {
    selector: 'h2'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': {'color': '#333942', 'font-size': '50px', 'line-height': '50px'}
	}
	,filters: {
		DropShadow: {
			knockout: false
			,distance: 0
			,color: '#cbcfd0'
			,strength: 50
			,alpha: 1
		}
	  	,GlowFilter: {
			strength: .8
			,color: '#000000'
			,blurY: 10
			,blurX: 10
			,alpha: .9
	  	}
		
	}
});


sIFR.replace(impact, {
    selector: 'h3'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': {'color': '#b4b6b9', 'font-size': '50px', 'line-height': '50px'}
	}
	,filters: {
		DropShadow: {
			knockout: false
			,distance: 0
			,color: '#4a4f58'
			,strength: 50
			,alpha: 1
		}
	  	,GlowFilter: {
			strength: .8
			,color: '#000000'
			,blurY: 10
			,blurX: 10
			,alpha: .9
	  	}
		
	}
});


sIFR.replace(impact, {
    selector: 'h4'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': {'color': '#ffffff', 'font-size': '35px', 'line-height': '25px'}
	}
	,filters: {
		DropShadow: {
			knockout: false
			,distance: 0
			,color: '#4a4f58'
			,strength: 50
			,alpha: 1
		}
	  	,GlowFilter: {
			strength: .8
			,color: '#333333'
			,blurY: 10
			,blurX: 10
			,alpha: .9
	  	}
		
	}
});

