var FuturaHeavy = {
	src: 'flash/FuturaHeavy.swf'
};
sIFR.prefetch(FuturaHeavy);
sIFR.activate(FuturaHeavy);

sIFR.replace({
	selector: '#titleBar h1'
	,src: FuturaHeavy
	,wmode: 'transparent'
	,fitExactly:true
	,forceClear:true
	,fixWrap:true
	,forceWidth:true
	,preventWrap: true
	,forceSingleLine:true
 	,css: {'.sIFR-root': { 'color': '#ffffff'} }
});
sIFR.replace({
	selector: '#todaysEvents h2'
	,src: FuturaHeavy
	,wmode: 'transparent'
	,css: {'.sIFR-root': { 'color': '#ffffff', 'text-align':'center'} }
	,filters: {
	  GlowFilter: {
		color: '#000000'
		,blurY: 5
		,blurX: 5
		,strength: .8
	  }
	}
});
sIFR.replace({
	selector: '#infoContain h1'
	,src: FuturaHeavy
	,wmode: 'transparent'
	,css: {
		'.sIFR-root': { 'color': '#ffffff', 'text-align':'center'},
		'a': { 'color': '#F0E1BC','font-size':'50%','text-decoration':'none'},
		'a:hover': { 'color': '#ffffff','text-decoration':'underline'}
	}
	,filters: {
	  GlowFilter: {
		color: '#000000'
		,blurY: 5
		,blurX: 5
		,strength: .8
	  }
	}
});
sIFR.replace({
	selector: 'body#home div.column h1'
	,src: FuturaHeavy
	,wmode: 'transparent'
	,css: {
		'.sIFR-root': { 'color': '#999999', 'text-align':'center'},
		'.hoursSub': { 'color': '#ffffff','font-size':'80%'}
	}
});