// Point sifr to the flash folder
var futuraBT = { src: '/sifr/flash/futuraBT.swf' };

// Next, activate sIFR:
sIFR.activate(futuraBT);

// Finally, apply the CSS to the sifr'd text
sIFR.replace(futuraBT, {
  selector: '.blueSplash h1, .redSplash h1',
  wmode: 'transparent',
  css: '.sIFR-root { font-size:44px;color:#EEF397; }'
});

sIFR.replace(futuraBT, {
    selector: '.blueSplash h2, .redSplash h2',
    forceSingleLine: true,
    // ratios: [8,1.41,11,1.31,15,1.29,25,1.25,28,1.23,32,1.22,33,1.23,43,1.22,61,1.21,64,1.2,65,1.21,112,1.2,113,1.19,115,1.2,118,1.19,122,1.2,124,1.19,1.2],
    css: [
        '.sIFR-root { font-size:55px;color:#FDFFD8; }',
        'a {}',
        'a:hover {}'
        ],
    wmode: 'transparent',
    tuneWidth: '5',
    forceWidth: true

});

sIFR.replace(futuraBT, {
    selector: '#header h1',
    forceSingleLine: true,
    // ratios: [8,1.41,11,1.31,15,1.29,25,1.25,28,1.23,32,1.22,33,1.23,43,1.22,61,1.21,64,1.2,65,1.21,112,1.2,113,1.19,115,1.2,118,1.19,122,1.2,124,1.19,1.2],
    css: [
        '.sIFR-root { font-size:44px;color:#EEF397; }',
        'a { color:#EEF397; text-decoration:none;cursor:pointer; }',
        'a:hover { color:#EEF397;cursor:pointer; }'
        ],
    wmode: 'transparent',
    tuneWidth: '5',
    forceWidth: true

});