/*****************************************************************************
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 broadway = {
  src: '/library/swf/broadw.swf'
  ,ratios: [7, 1.32, 8, 1.31, 12, 1.27, 20, 1.22, 28, 1.19, 30, 1.17, 31, 1.18, 39, 1.17, 54, 1.16, 60, 1.15, 61, 1.16, 96, 1.15, 97, 1.14, 100, 1.15, 101, 1.14, 102, 1.15, 104, 1.14, 107, 1.15, 112, 1.14, 113, 1.15, 119, 1.14, 120, 1.15, 1.14]
};

sIFR.activate(broadway);

sIFR.replace(broadway, {
  selector: 'h1,h2,h3'
  ,css: '.sIFR-root {color: #987358;}'
  ,selectable: true
  ,transparent: true
});


//sIFR.debug.ratios({ src: '/library/swf/broadw.swf', selector: 'h1' })
