/*****************************************************************************
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.
*****************************************************************************/

// Make array of used fonts
var blissheavy = { src: '/flash/sifr/blissheavy.swf',transparent:1,ratios:[9, 1.27, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 51, 1.11, 82, 1.1, 86, 1.09, 89, 1.1, 1.09]};

// Next, activate sIFR:
sIFR.activate(blissheavy);

// Replaces
sIFR.replace(blissheavy, {
	selector: '#generic_title h2',
	css: '.sIFR-root { color:#000000;font-weight:bold }'
});
