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

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


function sifr_replace_cal() {
	sIFR.replace(hneue, {
		selector: 'h2'
		,wmode:'transparent'
		,css: {
			'.sIFR-root': { 'color': '#FFFFFF', 'font-size': '30px'}
		}
		,filters: {
			GlowFilter: {
				strength: .8
				,color: '#000000'
				,blurY: 6
				,blurX: 6
			}	
		}
	});
	
	
	sIFR.replace(hneueExt, {
		selector: 'h3'
		,wmode:'transparent'
		,css: {
			'.sIFR-root': { 'color': '#FFFFFF', 'font-size': '11px', 'textAlign': 'center'},
			'a': { 'color': '#ffffff', 'text-decoration': 'none' },
			'a:hover': { 'color': '#6A88AD' }
		}
		,filters: {
			GlowFilter: {
				strength: .8
				,color: '#000000'
				,blurY: 6
				,blurX: 6
			}	
		}
	});
}

function sifr_replace() {
	sIFR.replace(hneueExt, {
		selector: 'h4'
		,wmode:'transparent'
		,css: {
			'.sIFR-root': { 'color': '#6A88AD', 'font-size': '11px', 'textAlign': 'center'}
		}
		,filters: {
			GlowFilter: {
				strength: .8
				,color: '#000000'
				,blurY: 6
				,blurX: 6
			}	
		}
	});
	
	
	
	sIFR.replace(hneueExt, {
		selector: 'h5'
		,wmode:'transparent'
		,css: {
			'.sIFR-root': { 'color': '#FFFFFF', 'font-size': '15px'}
		}
		,filters: {
			GlowFilter: {
				strength: .8
				,color: '#000000'
				,blurY: 6
				,blurX: 6
			}	
		}
	});
}

sifr_replace_cal();
sifr_replace();



