var TradeGothic = {
  src: '/flash/sifr.swf'
};

sIFR.useDomContentLoaded = false;
sIFR.activate(TradeGothic);

sIFR.replace(TradeGothic, {
  selector: 'h3'
  ,css: [
      '.sIFR-root {color: #9d9087; font-size: .9em; text-transform: uppercase; font-weight: normal;}',
'.red {color: #e74444;}',
'.grey {color: #b9a7a1;}',
'.dark-grey {color: #443a31;}',
'.white {color: #ffffff;}']
  ,wmode: 'transparent'
});