// Load Fonts
var trixie_text = { src:'assets/swf/trixie_text.swf' };

// Start sIFR
sIFR.activate (trixie_text);

// Replace Fonts
sIFR.replace(trixie_text, {
	selector: '#MainContent h1',
	wmode: 'transparent',
	css: [ '.sIFR-root {color: #f4911e;}' ]
});

sIFR.replace(trixie_text, {
	selector: '#MainContent h2',
	wmode: 'transparent',
	css: [ '.sIFR-root {color: #f4911e;}' ]
});