/*****************************************************************************
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 humanist = { src: "/humanist.swf" };
var humanist521BT = {src: "/humanist521BT.swf" };
sIFR.activate(humanist);
sIFR.activate(humanist521BT);
sIFR.replace(humanist, {
  selector: 'h1',
  css: [
      '.sIFR-root { color:#78838a; font-size:20px }'
      ],
  wmode: 'transparent',
  ratios: [8, 1.41, 11, 1.31, 15, 1.29, 16, 1.28, 24, 1.26, 27, 1.24, 33, 1.23, 36, 1.22, 37, 1.23, 41, 1.22, 42, 1.23, 48, 1.22, 52, 1.21, 53, 1.22, 80, 1.21, 83, 1.2, 85, 1.21, 88, 1.2, 90, 1.21, 1.2]
});
sIFR.replace(humanist, {
  selector: '#news_widget h2',
  css: [
      '.sIFR-root { color:#78838a; font-size:23px }'
      ],
  wmode: 'transparent',
  ratios: [8, 1.41, 11, 1.31, 15, 1.29, 16, 1.28, 24, 1.26, 27, 1.24, 33, 1.23, 36, 1.22, 37, 1.23, 41, 1.22, 42, 1.23, 48, 1.22, 52, 1.21, 53, 1.22, 80, 1.21, 83, 1.2, 85, 1.21, 88, 1.2, 90, 1.21, 1.2]
  
});
sIFR.replace(humanist521BT, {
  selector: '#services h2',
  css: [
      '.sIFR-root { color:#78838a; font-size:19px }'
      ],
  wmode: 'transparent',
  ratios: [8, 1.41, 9, 1.33, 10, 1.35, 15, 1.31, 19, 1.28, 20, 1.27, 28, 1.26, 29, 1.24, 30, 1.25, 40, 1.24, 43, 1.23, 44, 1.24, 64, 1.23, 72, 1.22, 73, 1.23, 115, 1.22, 116, 1.21, 119, 1.22, 121, 1.21, 1.22]
});
sIFR.replace(humanist521BT, {
  selector: '#side_col h3',
  css: [
      '.sIFR-root { color:#78838a; font-size:15px; font-weight: lighter}'
      ],
  wmode: 'transparent',
  
});