/*****************************************************************************
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 bville = { src: 'http://thiswitness.org/wp-content/themes/Foundation_Witness/flash/bville.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]};
sIFR.activate(bville);

   	sIFR.replace(bville, {
      selector: 'h1.taligncenter, h2.taligncenter'
      ,css: [
        '.sIFR-root { text-align: center;color:#333333;  }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #333333; }'
        ,'a:hover { color: #ff3300; }'
      ],
      wmode: 'transparent'
    });
    sIFR.replace(bville, {
      selector: '.text_replace, h1#logo'
      ,css: [
        '.sIFR-root { text-align: left; color: #333333;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #333333; }'
        ,'a:hover { color: #ff3300; }'
      ],
      wmode: 'transparent'
    });
    sIFR.replace(bville, {
      selector: 'h2.redtext'
      ,css: [
        '.sIFR-root { text-transform:uppercase;color:#ff3300;  }',
        '.redtext { color:#ff3300; }'
      ],
      wmode: 'transparent'
    });
    sIFR.replace(bville, {
      selector: 'h3.column_title'
      ,css: [
        '.sIFR-root { text-transform:uppercase; color:#333333;}',
        ,'a { text-decoration: none; }'
        ,'a:link { color: #333333; }'
        ,'a:hover { color: #ff3300; }'        
      ],
      wmode: 'transparent'
    });
