/*****************************************************************************
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 PN_light = {
      src: '/_swf/PN-Light.swf'
     /* ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]*/
    };

    var PN_thin = {
      src: '/_swf/PN-Thin.swf'
      ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
    };
	
	//sIFR.useDomLoaded = false;

    sIFR.useStyleCheck = true;

	sIFR.activate(PN_thin);
	  
    sIFR.replace(PN_thin, {
      selector: 'h2.sifr',
	  wmode: 'transparent',
	  fitExactly: true,
	 css: [
        '.sIFR-root { color: #ffffff; letter-spacing: -0.5}',
        'a { text-decoration:none; color:#ffffff;}',
        'a:link {color:#ffffff; }',
        'a:hover { color:#ffffff; }'
      ],
      filters: {
        DropShadow: {
          knockout: false
          ,distance: 0
          ,color: '#330000'
          ,strength: .5
        }
      }
    });
	
    sIFR.replace(PN_thin, {
      selector: 'h3.sifr',
	  wmode: 'transparent',
	  fitExactly: true,
	 css: [
        '.sIFR-root { color: #ffffff; letter-spacing: -0.5}',
        'a { text-decoration:none; color:#ffffff;}',
        'a:link {color:#ffffff; }',
        'a:hover { color:#ffffff; }',
        'span {color:#00aeef; }',
        'em {color:#00aeef; font-style:normal;}'
      ],
      filters: {
        DropShadow: {
          knockout: false
          ,distance: 0
          ,color: '#330000'
          ,strength: .7
        }
      }
    });
	
    sIFR.replace(PN_light, {
      selector: 'h4.sifr',
	  wmode: 'transparent',
	  fitExactly: true,
	 css: [
        '.sIFR-root { color: #ffffff; letter-spacing: -0.5}',
        'a { text-decoration:none; color:#ffffff;}',
        'a:link {color:#ffffff; }',
        'a:hover { color:#ffffff; }',
        'span {color:#00aeef; }',
        'em {color:#00aeef; font-style:normal;}'
      ],
      filters: {
        DropShadow: {
          knockout: false
          ,distance: 0
          ,color: '#330000'
          ,strength: .7
        }
      }
    });
	
	
	
	
	
    sIFR.replace(PN_thin, {
      selector: 'h3.sifr-pink',
	  wmode: 'transparent',
	  fitExactly: false,
	 css: [
        '.sIFR-root { color: #ec008c; letter-spacing: -0.5}',
        'a { text-decoration:none; color:#ec008c;}',
        'a:link {color:#ec008c; }',
        'a:hover { color:#ec008c; }'
      ],
      filters: {
        DropShadow: {
          knockout: false
          ,distance: 0
          ,color: '#330000'
          ,strength: .5
        }
      }
    });


    sIFR.replace(PN_thin, {
      selector: 'p.sifr-block',
	  wmode: 'transparent',
	  fitExactly: false,
	 css: [
        '.sIFR-root { color: #ffffff; letter-spacing: -0.5}',
        'a { text-decoration:none; color:#ffffff;}',
        'a:link {color:#ffffff; }',
        'a:hover { color:#ffffff; }',
        'span {color:#00aeef; }',
        'em {color:#00aeef; font-style:normal; }'
      ],
      filters: {
        DropShadow: {
          knockout: false
          ,distance: 0
          ,color: '#330000'
          ,strength: .5
        }
      }
    });
	
