
var myriad = {
    src: 'flash/sifr_myriad_bold.swf'
};
       
sIFR.repaintOnResize = true;
sIFR.useStyleCheck = true;
sIFR.activate(myriad);

sIFR.replace(myriad, {
        selector: 'h2.sifr'
        ,wmode: 'transparent'
        ,css: [
            '.sIFR-root { color: #000000; font-weight: bold; }'
            ,'a { text-decoration: none; }'
            ,'a:link { color: #000000; }'
            ,'a:hover { color: #000000; }'
        ]
});

