var font = {
    src: '/_layouts/wcw/scripts/sifr/statoil.swf'
};

sIFR.activate(font);

sIFR.replace(font, {
    selector: '.sectionPage h1'
    ,wmode: 'transparent'
    ,css: [
      '.sIFR-root {color:#4a1870;}'
    ]
});

sIFR.replace(font, {
    selector: 'h1'
    ,wmode: 'transparent'
    ,css: [
      '.sIFR-root {color:#4e4e4e;}'
    ]
});

sIFR.replace(font, {
    selector: '.topSectionPage h2'
    ,wmode: 'transparent'
    ,css: [
      '.sIFR-root {color:#4e4e4e;}'
      ,'strong {font-weight:bold;color:#4a1870;}'
    ]
});

