/*****************************************************************************
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 gothic = { src: '/_assets/gothic.swf' };

sIFR.activate(gothic);

sIFR.replace(gothic, {
  selector: '#callout h2',
  wmode: 'transparent',
  css: '.sIFR-root {font-size: 34px; color: #fffc03;}',
  ratios: [8, 1.06, 18, 1.05, 27, 1.08, 34, 1.09, 35, 1.1, 44, 1.09, 45, 1.1, 54, 1.09, 57, 1.1, 59, 1.09, 68, 1.1, 69, 1.09, 78, 1.1, 79, 1.09, 1.1]
});
sIFR.replace(gothic, {
  selector: '#col_mid h2',
  wmode: 'opaque',
  css: '.sIFR-root {background-color: #ffffff; font-size: 32px; color: #132743; text-transform: uppercase}',
  ratios: [8, 1.06, 18, 1.05, 27, 1.08, 34, 1.09, 35, 1.1, 44, 1.09, 45, 1.1, 54, 1.09, 57, 1.1, 59, 1.09, 68, 1.1, 69, 1.09, 78, 1.1, 79, 1.09, 1.1]
});
sIFR.replace(gothic, {
  selector: '#col_right h2',
  wmode: 'transparent',
  css: '.sIFR-root {font-size: 20px; color: #565e68;}',
  ratios: [8, 1.06, 18, 1.05, 27, 1.08, 34, 1.09, 35, 1.1, 44, 1.09, 45, 1.1, 54, 1.09, 57, 1.1, 59, 1.09, 68, 1.1, 69, 1.09, 78, 1.1, 79, 1.09, 1.1]
});
sIFR.replace(gothic, {
  selector: '#col_right h3',
  wmode: 'transparent',
  css: '.sIFR-root {font-size: 18px; color: #565e68;}',
  ratios: [8, 1.06, 18, 1.05, 27, 1.08, 34, 1.09, 35, 1.1, 44, 1.09, 45, 1.1, 54, 1.09, 57, 1.1, 59, 1.09, 68, 1.1, 69, 1.09, 78, 1.1, 79, 1.09, 1.1]
});