var leagleSifr = {
  src: 'leagle.swf'
};

sIFR.activate(leagleSifr); // From revision 209 and onwards

sIFR.replace(leagleSifr, {
	selector: '.colRight h1'
		,css: [
			'.sIFR-root { color: #4c4c4c; font-size: 23px; }',
			'a {color: #ED1B2D; text-decoration: none;}',
			'a:hover {color: #FF0000;}'
		]
		,selectable: true
		,wmode: 'transparent'
		,transparent: true
	});
  
sIFR.replace(leagleSifr, {
	selector: '.subHeaderLeft'
		,css: [
			'.sIFR-root { color: #ffffff; font-size: 17px; }'
		]
		,selectable: true
		,wmode: 'transparent'
		,transparent: true
	});
	
sIFR.replace(leagleSifr, {
	selector: '#myLeagle'
		,css: [
			'.sIFR-root { color: #ffffff; font-size: 20px; }'
		]
		,selectable: true
		,wmode: 'transparent'
		,transparent: true
	});
