var frutigerBold = {
      src: 'assets/sifr/flash/frutiger-bold.swf'
};
 
sIFR.activate(frutigerBold);
 
sIFR.replace(frutigerBold, {
      selector: 'div#content h1',
      css: [
      '.sIFR-root { font-size:20px; color: #ffffff; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(frutigerBold, {
      selector: 'div#content h2',
      css: [
      '.sIFR-root { font-size:13px; color: #ffffff; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(frutigerBold, {
      selector: 'div#content h3',
      css: [
      '.sIFR-root { font-size:18px; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(frutigerBold, {
      selector: 'div#extracontent h3',
      css: [
      '.sIFR-root { font-size:18px; }'
      ],
      wmode: 'transparent'
});


sIFR.replace(frutigerBold, {
      selector: 'div#content div.news-article.red h4',
      css: [
      '.sIFR-root { font-size:13px; color: #a70024; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(frutigerBold, {
      selector: 'div#content div.news-article.green h4',
      css: [
      '.sIFR-root { font-size:13px; color: #104a2a; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(frutigerBold, {
      selector: 'div#content h4',
      css: [
      '.sIFR-root { font-size:13px; color: #111111; }'
      ],
      wmode: 'transparent'
});