/*****************************************************************************
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.
*****************************************************************************/



sIFR.useStyleCheck = true;


sIFR.activate(trebuchet);

// If you want, you can use multiple movies, like so:
//
//    var futura = { src: '/path/to/futura.swf' };
//    var garamond = { src '/path/to/garamond.swf' };
//    var rockwell = { src: '/path/to/rockwell.swf' };
//    
//    sIFR.activate(futura, garamond, rockwell);


sIFR.replace(trebuchet, {
  selector: 'h1',
  css: '.sIFR-root { color: #EB8000; height: 22px; }',
  ratios: [10, 1.32, 12, 1.26, 16, 1.27, 19, 1.23, 25, 1.22, 31, 1.21, 33, 1.2, 37, 1.19, 38, 1.2, 51, 1.19, 55, 1.18, 56, 1.19, 90, 1.18, 92, 1.17, 94, 1.18, 98, 1.17, 99, 1.18, 1.17]
});