/*****************************************************************************
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 frutiger = { src: '/fonts/frutiger.swf' };
var binary = {src: '/fonts/binary.swf'};
// read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad>.

//sIFR.useStyleCheck = true;
sIFR.activate(frutiger, binary);

sIFR.replace(frutiger, {wmode:'transparent', selector: '#content h1', css: '.sIFR-root { background-color: #FFFFFF;   font-size:22px; color:#616365; }', ratios:[9, 1.27, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 53, 1.11, 60, 1.1, 61, 1.11, 94, 1.1, 96, 1.09, 101, 1.1, 102, 1.09, 103, 1.1, 108, 1.09, 110, 1.1, 1.09]});
sIFR.replace(frutiger, {wmode:'transparent', selector: '#secondary-nav h2 span', css: '.sIFR-root {font-size:13px; color:#FFFFFF; font-weight:bold; letter-spacing:0.3; text-transform:uppercase}', ratios:[9, 1.27, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 53, 1.11, 60, 1.1, 61, 1.11, 94, 1.1, 96, 1.09, 101, 1.1, 102, 1.09, 103, 1.1, 108, 1.09, 110, 1.1, 1.09]});