// 'trade' usues a light, condensed version of Trade Gothic for use in site titles, article headers (h2), etc.
var trade  = {
  src: '/Flash/trade-gothic.swf'
  ,ratios: [10, 1.32, 16, 1.27, 23, 1.23, 24, 1.21, 25, 1.22, 31, 1.21, 38, 1.2, 42, 1.19, 43, 1.2, 62, 1.19, 66, 1.18, 67, 1.19, 113, 1.18, 114, 1.17, 119, 1.18, 120, 1.17, 1.18]
};
// 'tradebold' usues a bold version of Trade Gothic for use in sidebar content headers.
var tradebold  = {
  src: '/Flash/trade-gothic-bold.swf'
};
// 'traderegular' usues a normal weight version of Trade Gothic for use in article subheaders (h3), etc.
var traderegular  = {
  src: '/Flash/trade-gothic-regular.swf'
};

sIFR.activate(trade); // From revision 209 and onwards
sIFR.activate(tradebold); // From revision 209 and onwards
sIFR.activate(traderegular); // From revision 209 and onwards

// changes to the styling of SIFR text must be done below-- defining styles in the site's CSS won't work.

sIFR.replace(trade, {
  selector: 'h2#pagetitleman',
  wmode: 'transparent',
  css: '.sIFR-root { color:#444444;}',
  fitExactly: 'true'
});
