
var helveticaNeue = {
    src: '/_common/swf/sifr/helveticaNeue_MdEx.swf',
    ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 35, 1.24, 42, 1.23, 45, 1.22, 46, 1.23, 67, 1.22, 70, 1.21, 71, 1.22, 1.21],
    transparent: true
};

// sIFR.useStyleCheck = true;

sIFR.activate(helveticaNeue);

//sIFR.debug.ratios(helveticaNeue, { selector: 'h1' });

sIFR.replace(helveticaNeue, {
  selector: 'h1',
  css: '.sIFR-root { color: #9b090d; font-weight: bold; } .yellow { color: #f7941d; }'
});

sIFR.replace(helveticaNeue, {
    selector: 'h3',
    css: '.sIFR-root { color: #9b090d; font-weight: bold; } .yellow { color: #f7941d; }'
});

sIFR.replace(helveticaNeue, {
    selector: 'h4',
    css: '.sIFR-root { color: #9b090d; font-weight: bold; white-space: nowrap; } .yellow { color: #f7941d; }'
});
