/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/

var futura = { src: 'swf/script.swf' };
var adobe = { src: 'swf/adobe_corp.swf' };
var trade_gothic = { src: 'swf/trade-gothic.swf' };

sIFR.activate(adobe, trade_gothic);

sIFR.replace(adobe, {
  selector: '.agenda_date'
  ,css: [
    '.sIFR-root { text-align: left; font-weight: normal; color: #30cc3e;}'
  ]
});

sIFR.replace(adobe, {
  selector: '.agenda_time'
  ,css: [
    '.sIFR-root { text-align: left; font-weight: normal; color: #ff3333;}'
  ]
});

sIFR.replace(adobe, {
  selector: '.expo_date'
  ,css: [
    '.sIFR-root { text-align: left; font-weight: normal; color: #ff3333;}'
  ]
});
sIFR.replace(adobe, {
  selector: '.flash_title'
  ,css: [
    '.sIFR-root { text-align: left; font-weight: normal; color: #00235d;}'
  ]
});
sIFR.replace(adobe, {
  selector: '.flash_subtitle'
  ,css: [
    '.sIFR-root { text-align: left; font-weight: normal; color: #3D6799;}'
  ]
});







