/*****************************************************************************
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 HelvLight = {
        src: '/flash/sifr/HelvLight.swf',
        css: [
        '.sIFR-root { color:#000000; fixWidth: true}'
        ]
  };

// Make array of used fonts
var itcdemi = { src: '/flash/sifr/itcavantdemi.swf',transparent:1,ratios:[7, 1.47, 10, 1.43, 11, 1.36, 14, 1.38, 18, 1.36, 22, 1.34, 25, 1.32, 28, 1.33, 29, 1.31, 32, 1.32, 33, 1.3, 37, 1.31, 52, 1.3, 55, 1.29, 59, 1.3, 86, 1.29, 88, 1.28, 89, 1.29, 90, 1.28, 94, 1.29, 95, 1.28, 96, 1.29, 102, 1.28, 103, 1.29, 1.28]};

  var HelvUltraLight = {
        src: '/flash/sifr/HelvUltraLight.swf',
        css: [
        '.sIFR-root { color:#000000; }'
        ]
  };
  
  var HelvLight_white = {
        src: '/flash/sifr/HelvLight.swf',
        css: [
        '.sIFR-root { color:#FFFFFF; fixWidth: true}'
        ]
  };


  var HelvUltraLight_white = {
        src: '/flash/sifr/HelvUltraLight.swf',
        css: [
        '.sIFR-root { color:#FFFFFF; }'
        ]
  };


// Replaces
// *** CMS ***
sIFR.replace(itcdemi, {
	selector: 'div.title_l',
	css: '.sIFR-root { background-color:#eaeaea;color:#666666;font-weight:bold }'
});
sIFR.replace(itcdemi, {
	selector: 'table.stats_tbl th h2',
	css: '.sIFR-root { background-color:#eaeaea;color:#a9e0ff;font-weight:bold }'
});

// *** WEBSITE ***
