var TradeGothicBoldOblique = {
	src: 'flash/sifr-TradeGothicBoldOblique.swf'
};

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;
sIFR.activate(TradeGothicBoldOblique);

sIFR.replace(TradeGothicBoldOblique, {
	selector: 'h1'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-size: 42px;color: #c4a860; }'
	]
});
sIFR.replace(TradeGothicBoldOblique, {
	selector: 'h2'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-size: 30px;color: #c4a860; }'
	]
});