// Point sifr to the flash folder with the desired font
var vivaldiD = { src: '/sifr/flash/vivaldiD.swf' };

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

// Finally, apply the CSS to the sifr'd text
sIFR.replace(vivaldiD, {
    selector: '.michael_Finn',
    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:36px;color:#3A3A3A; }',
        'a {color:#3A3A3A;text-decoration:none;}',
        'a:hover {color:#3A3A3A;}'
        ],
    wmode: 'transparent',
    tuneWidth: '5',
    forceWidth: false
});