//You must load this file *after* loading `sifr.js`.

//setup swfs
var tradegothic = { src: '/utilities/globalincludes/sifr3-r436/TradeGothicLTCondensedNo20.swf' };

sIFR.useStyleCheck = true;
sIFR.activate(tradegothic);
// Remember, there must be *only one* `sIFR.activate()`!

// defaine the selectors

//header
sIFR.replace(tradegothic, {
  selector: '#right h1',
  wmode: 'transparent',
  css: '.sIFR-root { color: #637eb7; padding:0; margin-bottom:0; font-size:28px; font-weight:bold; }'
});


