var hellgt = {
    src: 'flash/hel-ext.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 gab = {
    src: 'flash/gab.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(gab);


var nothing = {
    src: 'flash/nothing.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(nothing);







sIFR.replace(nothing, {
    selector: 'h2'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': { 'color': '#f8941d', 'font-size': '60px', 'line-height': '50px'}
	}
	,filters: {
	  	GlowFilter: {
			strength: .2
			,color: '#000000'
			,blurY: 6
			,blurX: 6
	  	}	
	}
});



sIFR.replace(hellgt, {
    selector: 'h3'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': {'color': '#000000','font-size': '14px'},
		'a': { 'color': '#000000', 'text-decoration': 'none' },
		'a:hover': { 'color': '#f8941d' }
	}
	,filters: {
	  	GlowFilter: {
			strength: .2
			,color: '#000000'
			,blurY: 6
			,blurX: 6
	  	}	
	}
});


sIFR.replace(helmed, {
    selector: 'h4'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': { 'color': '#f89621', 'font-size': '20px'}

	}
	,filters: {
	  	GlowFilter: {
			strength: .99
			,color: '#000000'
			,blurY: 9
			,blurX: 9
	  	}	
	}
});


sIFR.replace(gab, {
    selector: 'h5'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': {'color': '#000000','font-size': '14px'},
		'a': { 'color': '#000000', 'text-decoration': 'none' },
		'a:hover': { 'color': '#f8941d' }

	}
	,filters: {
	  	GlowFilter: {
			strength: .30
			,color: '#000000'
			,blurY: 3
			,blurX: 3
	  	}	
	}
});





