
var tradeGothic = { src: 'assets/tradeGothic.swf' };

sIFR.useStyleCheck = true;
sIFR.activate(tradeGothic);
sIFR.replace(tradeGothic, {
	selector: 'h2',
	css: {
		'.sIFR-root': { 'background-color': '#ff6600', 'color': '#ffffff' }
	},
	wmode: 'transparent'
});
