/*****************************************************************************
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 futuralight = {
      src: '_support/sifr/futura-light.swf'
      ,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
    };

var futuracondensedlight = {
      src: '_support/sifr/futura-condensed-light.swf'
      ,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 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(futuralight, futuracondensedlight);


		
		
		sIFR.replace(futuralight, {
			selector: 'h2'
			,wmode: 'transparent'
			,css: {
				'.sIFR-root': { 'color': '#434343', 'text-transform': 'uppercase'}
			}
		});
		
		sIFR.replace(futuralight, {
			selector: 'h4'
			,wmode: 'transparent'
			,forceSingleLine: true
			,css: {
				'.sIFR-root': { 'color': '#434343', 'text-transform': 'none'}
			}
		});
		
		sIFR.replace(futuralight, {
			selector: 'h3'
			,wmode: 'transparent'
			,css: {
				'.sIFR-root': { 'color': '#434343', 'text-transform': 'lowercase'}
			}
		});
		
		sIFR.replace(futuralight, {
			selector: 'h6'
			,wmode: 'transparent'
			,css: {
				'.sIFR-root': { 'color': '#434343'}
			}
		});
		
		sIFR.replace(futuracondensedlight, {
			selector: 'p.hotzone'
			,wmode: 'transparent'
			,css: {
				'.sIFR-root': { 'color': '#434343', 'leading': '6'}
			}
		});
		
		