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


function sifr_replace_cal() {
	sIFR.replace(trajan, {
		selector: 'h2'
		,wmode:'transparent'
		,css: {
			'.sIFR-root': { 'color': '#ffffff', 'font-size': '30px', 'text-align': 'right'}
		}
		,filters: {
			GlowFilter: {
				strength: 1
				,color: '#ffffff'
				,blurY: 6
				,blurX: 6
			}	
		}
	});
	
	sIFR.replace(trajan, {
		selector: 'h3'
		,wmode:'transparent'
		,css: {
			'.sIFR-root': { 'color': '#cccccc', 'font-size': '20px', 'text-align': 'right'}
		}
		,filters: {
			GlowFilter: {
				strength: 1
				,color: '#ffffff'
				,blurY: 6
				,blurX: 6
			}	
		}
	});
}
sifr_replace_cal();

sIFR.replace(trajan, {
    selector: 'h4'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': { 'color': '#cccccc', 'font-size': '20px'}
	}
	,filters: {
	  	GlowFilter: {
			strength: 1
			,color: '#ffffff'
			,blurY: 6
			,blurX: 6
	  	}	
	}
});


sIFR.replace(trajan, {
    selector: 'h5'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': { 'color': '#cccccc', 'font-size': '20px', 'text-align': 'right'},
		'a': { 'color': '#cccccc', 'text-decoration': 'none' },
		'a:hover': { 'color': '#ffffff' }
	}
	,filters: {
	  	GlowFilter: {
			strength: 1
			,color: '#ffffff'
			,blurY: 6
			,blurX: 6
	  	}	
	}
});