var hellgt = {
    src: 'flash/hel-ext-lgt.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(hellgt);

var helmed = {
    src: 'flash/hel-ext-med.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(helmed);

var helblk = {
    src: 'flash/hel-ext-blk.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(helblk);

var helconlgt = {
    src: 'flash/hel-con-lgt.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(helconlgt);





sIFR.replace(hellgt, {
    selector: 'h2'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': {'color': '#a0b7c4','font-size': '13px', 'text-align': 'center'},
		'a': { 'color': '#a0b7c4', 'text-decoration': 'none' },
		'a:hover': { 'color': '#ffffff' }
	}
	,filters: {
	  	GlowFilter: {
			strength: .0
			,color: '#000000'
			,blurY: 6
			,blurX: 6
	  	}	
	}
})

sIFR.replace(hellgt, {
    selector: 'h3'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': {'color': '#ffffff','font-size': '12px','text-align': 'center'},
		'a': { 'color': '#ffffff', 'text-decoration': 'none' },
		'a:hover': { 'color': '#a0b7c4' }
	}
	,filters: {
	  	GlowFilter: {
			strength: .0
			,color: '#000000'
			,blurY: 6
			,blurX: 6
	  	}	
	}
})

sIFR.replace(helconlgt, {
    selector: 'h4'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': {'color': '#2E6889','font-size': '30px'}
	}
	,filters: {
	  	GlowFilter: {
			strength: .0
			,color: '#000000'
			,blurY: 6
			,blurX: 6
	  	}	
	}
})

sIFR.replace(helconlgt, {
    selector: 'h5'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': {'color': '#000000','font-size': '30px', 'text-align': 'right'}
	}
	,filters: {
	  	GlowFilter: {
			strength: .0
			,color: '#000000'
			,blurY: 6
			,blurX: 6
	  	}	
	}
})