var sifr_faith71 = {
  src: 'sifr_faith71.swf'
};

sIFR.activate(sifr_faith71); // From revision 209 and onwards

sIFR.replace(sifr_faith71, {
	selector: '.sifr'
		,css: [
			'.sIFR-root { text-align: left; color: #000000; font-size: 34px; text-transform:uppercase;}'
			,'a { text-decoration: none; }'
	        ,'a:link { color: #FF0000; }'
	        ,'a:hover { color: #FF0000; }'
		]
		,selectable: true
		,wmode: 'transparent'
		,transparent: true
	});
