/*****************************************************************************
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 theSans = { src: '/img/theSans.swf' };
sIFR.activate(theSans);
sIFR.replace(theSans, {
			 selector: 'h1',
			 css: [
				   '.sIFR-root { text-align: left; font-size: 20px; font-weight: bold; leading: 0; color: #0066b0; }',
				   'a { text-decoration: none; cursor: default; color: #0066b0; }',
				   'a:link { color: #0066b0 }',
				   'a:visited { color: #0066b0 }',
				   'a:hover { color: #0066b0 }'
			],
			wmode: 'transparent',
			ratios: [8, 1.3, 12, 1.27, 17, 1.2, 18, 1.19, 24, 1.18, 26, 1.16, 27, 1.17, 34, 1.16, 36, 1.14, 38, 1.15, 43, 1.14, 44, 1.15, 62, 1.14, 69, 1.13, 70, 1.14, 103, 1.13, 104, 1.12, 111, 1.13, 112, 1.12, 116, 1.13, 117, 1.12, 118, 1.13, 121, 1.12, 124, 1.13, 1.12]
});

sIFR.replace(theSans, {
			 selector: 'h2',
			 css: '.sIFR-root { text-align: left; font-size: 18px; font-weight: normal; leading: 0; color: #0066b0; }',
			 wmode: 'transparent',
			 ratios: [8, 1.3, 10, 1.27, 15, 1.22, 19, 1.18, 27, 1.17, 34, 1.16, 36, 1.14, 38, 1.15, 55, 1.14, 61, 1.13, 62, 1.14, 92, 1.13, 93, 1.12, 96, 1.13, 97, 1.12, 100, 1.13, 101, 1.12, 102, 1.13, 106, 1.12, 107, 1.13, 114, 1.12, 115, 1.13, 1.12]
});
