/*****************************************************************************
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 fut = {
      src: 'http://www.fictionfactoryfilm.com/wp/wp-content/themes/fictionfactory/swf/fut.swf'
      ,ratios: [9, 1.49, 10, 1.39, 13, 1.41, 16, 1.39, 19, 1.38, 20, 1.35, 23, 1.36, 29, 1.35, 30, 1.33, 39, 1.34, 40, 1.32, 44, 1.33, 46, 1.32, 47, 1.33, 71, 1.32, 73, 1.31, 74, 1.32, 76, 1.31, 77, 1.32, 1.31]
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(fut);

    sIFR.replace(fut, {
				 selector: 'h2'
				 ,css: [
        '.sIFR-root { text-align: left; color: #F22301; text-transform: uppercase;letter-spacing: 0.2;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #F22301; }'
        ,'a:hover { color: #F22301; }'
      ]});

	sIFR.replace(fut, {
      selector: 'div.headercontacttype', wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: right; color: #ffffff; letter-spacing: 0.6;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #F22301; }'
      ]
    });
	
    sIFR.replace(fut, {
      selector: 'div.navigation', wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: left;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #F22301; }'
      ]
    });
	
	sIFR.replace(fut, {
      selector: 'div.active_navigation', wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: left;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #F22301; }'
        ,'a:hover { color: #F22301; }'
      ]
    });
	
	sIFR.replace(fut, {
      selector: 'div.sidebar_navigation', wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: left; text-transform: uppercase;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #F22301; }'
      ]
    });
