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

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

// Finally, apply the CSS to the sifr'd text
sIFR.replace(futura, {
    selector: '#blurb',
    forceSingleLine: false,
    // 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:27px;color:#08619A;font-weight:bold; }',
        'a {}',
        'a:hover {}'
        ],
    wmode: 'transparent',
    tuneWidth: '5',
    forceWidth: false
});