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

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


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


sIFR.replace(trajan, {
    selector: 'h2'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': { 'color': '#ffc000', 'font-size': '20px'},
		'a': { 'color': '#ffc000', 'text-decoration': 'none' },
		'a:hover': { 'color': '#C40F24' },
		'b': {'color': '#b5ad9c'}
	}
	,filters: {
	  	GlowFilter: {
			strength: .8
			,color: '#000000'
			,blurY: 6
			,blurX: 6
	  	}	
	}
});



sIFR.replace(frutigerBT, {
    selector: 'h3'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': { 'color': '#ffffff', 'font-size': '14px'},
		'a': { 'color': '#ffffff', 'text-decoration': 'none' },
		'a:hover': { 'color': '#000000' }
	}
	,filters: {
	  	GlowFilter: {
			strength: .8
			,color: '#000000'
			,blurY: 6
			,blurX: 6
	  	}	
	}
});


sIFR.replace(trajan, {
    selector: 'h4'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': { 'color': '#f5efe6', 'font-size': '50px', 'line-height': '50px'}

	}
	,filters: {
	  	GlowFilter: {
			strength: .99
			,color: '#000000'
			,blurY: 9
			,blurX: 9
	  	}	
	}
});


sIFR.replace(britannic, {
    selector: 'h5'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': { 'color': '#ffc000', 'font-size': '25px', 'line-height': '35px'}

	}
	,filters: {
	  	GlowFilter: {
			strength: .30
			,color: '#000000'
			,blurY: 3
			,blurX: 3
	  	}	
	}
});

