/*****************************************************************************
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 phillysans = {
      src: 'sIFR/phillysans.swf'
      ,ratios: [6, 1.24, 7, 1.21, 8, 1.18, 10, 1.16, 11, 1.13, 12, 1.12, 13, 1.11, 15, 1.1, 17, 1.09, 19, 1.08, 22, 1.07, 26, 1.06, 32, 1.05, 41, 1.04, 58, 1.03, 97, 1.02, 1.01]
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    //sIFR.useStyleCheck = true;
    sIFR.activate(phillysans);
	  
    sIFR.replace(phillysans, {
      selector: 'h2'
      ,css: {
        '.sIFR-root': { 'color': '#1a7f9c'}
      }
      ,filters: {
        Glow: {
          knockout: false
		  ,inner: false
		  ,alpha: 1
		  ,blurX: 2
		  ,blurY: 2
		  ,quality: 3
          ,color: '#FFFFFF'
          ,strength: 10
        }
      }
    ,offsetLeft:5,offsetTop:3,wmode: 'transparent'});
