/*****************************************************************************
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 century = { src: '/assets/century.swf', ratios: [8, 1.41, 11, 1.31, 15, 1.29, 19, 1.28, 25, 1.25, 27, 1.23, 31, 1.24, 37, 1.23, 41, 1.22, 42, 1.23, 53, 1.22, 90, 1.21, 93, 1.2, 95, 1.21, 103, 1.2, 104, 1.21, 1.2] };

sIFR.useStyleCheck = true;

// Next, activate sIFR:
sIFR.activate(century);

sIFR.replace(century, {
  selector: 'h1',
  css: [
	'.sIFR-root { color:#FFFFFF; font-weight:bold; background-color:#000000; }',
	'a { text-decoration:none; }',
	'a:link { color:#8EBE89; }',
	'a:hover { color:#8EBE89; }'
       ],
  tuneHeight:0, tuneWidth:12, offsetTop:2, offsetLeft:6, fitExactly:true, wmode:'opaque'
});

sIFR.replace(century, {
  selector: '.entry h2',
  css: [
	'.sIFR-root { color:#8EBE89; font-weight:bold; background-color:#080808; }',
	'a { text-decoration:none; }',
	'a:link { color:#8EBE89; }',
	'a:hover { color:#8EBE89; }'
       ],
  wmode:'opaque',fitExactly:true
});

sIFR.replace(century, {
  selector: '.gigentry h2',
  css: [
	'.sIFR-root { color:#FFFFFF; font-weight:bold; background-color:#080808; }',
	'a { text-decoration:none; }',
	'a:link { color:#8EBE89; }',
	'a:hover { color:#8EBE89; }'
       ],
  wmode:'opaque'
});