var TradeGothicLTBold = { src: 'TradeGothicLTBold.swf' };
var TradeGothicLTBold2 = { src: 'TradeGothicLTBold3.swf' };
var Georgia = { src: 'Georgia.swf' };

sIFR.activate(TradeGothicLTBold);
sIFR.activate(TradeGothicLTBold2);
sIFR.activate(Georgia);
sIFR.preserveSingleWhitespace = true;

sIFR.activate(TradeGothicLTBold2);

//tuneWidth(20);
sIFR.replace(TradeGothicLTBold2, {
  selector: '.tagline',
  wmode: 'transparent',
  css: '.sIFR-root { color: #ffffff; font-weight: bold; font-size: 33px; text-transform: uppercase; }'
});
sIFR.replace(TradeGothicLTBold, {
  selector: 'h1',
  wmode: 'transparent',
  css: '.sIFR-root { color: #36312d; font-weight: normal; font-size: 24px; }'
});
sIFR.replace(Georgia, {
  selector: '.subtag',
  wmode: 'transparent',
  css: '.sIFR-root { color: #ffffff; font-weight: bold; font-size: 17px; font-style: italic; }'
});
