
var helvectica = { src: '/_common/sifr3-r436/flash/HelveticaNeue_CondensedLight.swf',
    ratios: [10, 1.32, 16, 1.27, 23, 1.23, 24, 1.21, 25, 1.22, 29, 1.21, 31, 1.22, 43, 1.2, 47, 1.19, 48, 1.2, 62, 1.19, 66, 1.18, 67, 1.19, 68, 1.18, 71, 1.19, 77, 1.18, 78, 1.19, 113, 1.18, 114, 1.17, 1.18]
 };

sIFR.activate(helvectica);

callSifr();

function callSifr() {
//    sIFR.replace(helvectica, {
//        selector: 'h1',
//        css: '.sIFR-root {color: #ffffff;}',
//        wmode: 'transparent'
//    });
    
    sIFR.replace(helvectica, {
        selector: 'h2, h6',
        css: '.sIFR-root {color: #008d6c;}',
        wmode: 'transparent'
    });

    
};

