/*****************************************************************************
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 crackhouse = { src: 'sifr/crackhouse.swf' };
sIFR.useStyleCheck = true;
sIFR.activate(crackhouse);
sIFR.forceTextTransform = true;
sIFR.replace(crackhouse, {
  selector: 'li.nor', 
  ratios:[6, 1.24, 7, 1.21, 8, 1.18, 10, 1.16, 11, 1.13, 12, 1.12, 13, 1.11, 17, 1.1, 20, 1.08, 35, 1.07, 49, 1.05, 70, 1.04, 117, 1.03, 121, 1.02, 1.03],
  wmode: 'transparent',
  css: ['a {background-color:#ffffff; color:#660000; text-transform:uppercase; font-size:32px; text-decoration:none;  text-align:center; }',
		'a:hover {color:#d2791f; }',
		'.sIFR-root {color: #660000; }'
		]
}
);
sIFR.replace(crackhouse, {
  selector: 'li.act', 
  ratios:[6, 1.24, 7, 1.21, 8, 1.18, 10, 1.16, 11, 1.13, 12, 1.12, 13, 1.11, 17, 1.1, 20, 1.08, 35, 1.07, 49, 1.05, 70, 1.04, 117, 1.03, 121, 1.02, 1.03],
  wmode: 'transparent',
  css: ['a {background-color:#ffffff; color:#d2791f; text-transform:uppercase; font-size:32px; text-decoration:none; text-align:center; }',
		'a:hover {color:#d2791f; }',
		'.sIFR-root {color: #d2791f; }'
		]
}
);
