/*****************************************************************************
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 egyptienneroman = {
	src: '/Fonts/egyptienne_roman.swf'
	,ratios: [7, 1.32, 8, 1.31, 12, 1.27, 15, 1.21, 16, 1.22, 22, 1.2, 23, 1.17, 25, 1.19, 33, 1.17, 42, 1.16, 47, 1.15, 48, 1.16, 69, 1.15, 70, 1.14, 72, 1.15, 78, 1.14, 79, 1.15, 1.14]
};

sIFR.activate(egyptienneroman);

sIFR.replace(egyptienneroman, {
    selector: 'h1', css: ['.sIFR-root { letter-spacing: -1.25; }'], wmode: 'transparent'
});