// 'trade' usues a light, condensed version of Trade Gothic for use in site titles, article headers (h2), etc.
var tradelight  = {
  src: 'flash/core/trade-gothic-light.swf'
};

sIFR.activate(tradelight); // 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(tradelight, {
//  selector: 'h3.sifr',
//  wmode: 'transparent',
//  css: '.sIFR-root { color:#444444;text-transform:uppercase;}',
//  fitExactly: 'true'
//});