var TradeGothic = {
	src: '/flash/sifrTradeGothic.swf'
	,ratios: []
};
sIFR.fromLocal = true;
sIFR.delayCSS  = true;
// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
sIFR.activate(TradeGothic);
sIFR.replace(TradeGothic, {
	selector: '#description h1',
	wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #ffffff; font-size: 39px; leading: -2;text-transform: uppercase }'
			,'em { color: #f5841f;font-style: normal; }'
	]
});
sIFR.replace(TradeGothic, {
	selector: '#description h2',
	wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #7e7676; font-size: 14px;leading: 5;text-transform: uppercase  }'
			,'em { color: #f5841f;font-style: normal; }'
			,'strong { color: #ffffff;font-style: normal; }'
	]
});

sIFR.replace(TradeGothic, {
	selector: '#description h3',
	wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #FF0000; font-size: 18px;leading: 5;text-transform: uppercase  }'
			,'em { color: #f5841f;font-style: normal; }'
			,'strong { color: #ffffff;font-style: normal; }'
	]
});