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

var LLRubber = {
    src: 'flash/ll-rubber.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(LLRubber);

sIFR.replace(LLRubber, {
    selector: '#headlines h1'
	,wmode:'transparent'
	,forceWidth:true
	,fitExactly:true
	,tuneWidth:20
	,offsetLeft:5
    ,css: {
		'.sIFR-root': { 'color': '#ffffff', 'font-size': '49px', 'letter-spacing': '-3', 'leading': '-10', 'text-align':'center', 'text-transform':'uppercase'}
    }
});
sIFR.replace(LLRubber, {
    selector: '.home h1'
	,wmode:'transparent'
	,forceWidth:true
	,fitExactly:true
	,tuneWidth:20
	,offsetLeft:5
    ,css: {
		'.sIFR-root': { 'color': '#592f6e', 'font-size': '64px', 'letter-spacing': '-3', 'leading': '-10', 'text-align':'center', 'text-transform':'uppercase'}
    }
	,filters: {
		GlowFilter: {
			strength:10
			,blurY:5
			,blurX:5
			,quality:3
			,color:'#f6d222'
		}
	}
});
sIFR.replace(LLRubber, {
    selector: 'h1'
	,wmode:'transparent'
	,forceWidth:true
	,fitExactly:true
	,tuneWidth:20
	,offsetLeft:5
    ,css: {
		'.sIFR-root': { 'color': '#592f6e', 'font-size': '49px', 'letter-spacing': '-3', 'leading': '-10', 'text-align':'center', 'text-transform':'uppercase'}
    }
	,filters: {
		GlowFilter: {
			strength:10
			,blurY:5
			,blurX:5
			,quality:3
			,color:'#f6d222'
		}
	}
});

sIFR.replace(GabrielWeiss, {
    selector: '#locations h2'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': { 'color': '#ffffff', 'font-size': '24px', 'letter-spacing': '-3', 'leading': '-10', 'text-align':'center'}
    }
});

sIFR.replace(GabrielWeiss, {
    selector: 'caption h2'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': { 'color': '#592f6e', 'font-size': '24px', 'letter-spacing': '-3', 'leading': '-10', 'text-align':'center'}
		,'a': { 'color': '#592f6e', 'font-size': '90%', 'text-decoration':'none'}
		,'a:hover': { 'color': '#592f6e', 'font-size': '90%', 'text-decoration':'underline'}
    }
});

sIFR.replace(GabrielWeiss, {
    selector: '#footer h2'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': { 'color': '#592f6e', 'font-size': '24px', 'letter-spacing': '-3', 'leading': '-10', 'text-align':'center'}
    }
});

sIFR.replace(GabrielWeiss, {
    selector: 'h2'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': { 'color': '#ffffff', 'font-size': '28px', 'letter-spacing': '-3', 'leading': '-10', 'text-align':'center'}
    }
	,filters: {
		GlowFilter: {
			strength:.5
			,blurY:5
			,blurX:5
			,quality:3
			,color:'#000000'
		}
	}
});
