/*****************************************************************************
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 frenchScript = { src: 'http://benchshoes.com/sifr/js/frenchScript.swf' };

sIFR.activate(frenchScript);

//sIFR.debug.ratios({ src: 'http://benchshoes.com/sifr/js/frenchScript.swf', selector: 'h1' });

sIFR.replace(frenchScript, {
  selector: 'h1',
  ratios:[8, 1.42, 9, 1.33, 12, 1.35, 21, 1.3, 31, 1.27, 44, 1.26, 45, 1.24, 51, 1.25, 58, 1.24, 59, 1.25, 87, 1.24, 90, 1.23, 91, 1.24, 94, 1.23, 95, 1.24, 103, 1.23, 104, 1.24, 1.23],
  css: '.sIFR-root { background-color:#702219; color:#ffffff; font-size:46px; leading:-10; }'
});
sIFR.replace(frenchScript, {
  selector: 'h2',
  tuneHeight:-4,
  offsetTop:4,
  ratios:[8, 1.42, 9, 1.33, 12, 1.35, 21, 1.3, 31, 1.27, 44, 1.26, 45, 1.24, 51, 1.25, 58, 1.24, 59, 1.25, 87, 1.24, 90, 1.23, 91, 1.24, 94, 1.23, 95, 1.24, 103, 1.23, 104, 1.24, 1.23],
  css: '.sIFR-root { background-color:#702219; color:#ffffff; font-size:32px;  }'
});