var tradeGothicBold = {
		src: "/media/internalnotforuse/swf/trade-gothic-bold.swf",
		ratios: [8,1.41,10,1.32,14,1.31,16,1.26,20,1.27,24,1.26,25,1.24,26,1.25,35,1.24,46,1.23,74,1.22,75,1.21,76,1.22,80,1.21,81,1.22,1.21]
	},
	tradeGothicLight = {
		src: "/media/internalnotforuse/swf/trade-gothic-bold.swf",
		ratios: [7,1.32,11,1.31,12,1.24,16,1.27,19,1.23,24,1.22,33,1.2,37,1.19,38,1.2,51,1.19,55,1.18,56,1.19,78,1.18,80,1.17,82,1.18,83,1.17,84,1.18,87,1.17,88,1.18,93,1.17,94,1.18,1.17]
	};

sIFR.activate(tradeGothicBold, tradeGothicLight);
sIFR.replace(tradeGothicBold, {
	selector: "#content h1, #contentWrapper h1",
	wmode: "transparent",
	css: ".sIFR-root { background-color: #ffffff; color: #787878; }"
});
sIFR.replace(tradeGothicLight, {
	selector: "#content h2",
	wmode: 'transparent',
	css: ".sIFR-root { background-color: #ffffff; color: #53A026; }"
});
sIFR.replace(tradeGothicBold, {
	selector: "#sidebar h3",
	wmode: 'transparent',
	css: ".sIFR-root { background-color: #ffffff; color: #53A026; }"
});
