/*****************************************************************************
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 fedraBook = { src: '/assets/sifr/fed_book.swf' };
var fedraMed = { src: '/assets/sifr/fed_med.swf' };

sIFR.activate(fedraBook, fedraMed);


sIFR.replace(fedraBook, {
  selector: '.callout p',
  wmode: 'opaque',
  css: '.sIFR-root { background-color: #FFFFFF; color: #968b85; leading: 6;}'
});
sIFR.replace(fedraMed, {
  selector: 'h2, h3.bdr_bott, th .one4th',
  wmode: 'opaque',
  css: '.sIFR-root { background-color: #FFFFFF; color: #90d7e8; }'
});
sIFR.replace(fedraMed, {
  selector: '.portfolio h3, .why_ovo h3',
  wmode: 'opaque',
  css: '.sIFR-root { background-color: #FFFFFF; color: #512B1B; }'
});


