
var frutiger = { src: './js/frutiger.swf' };

sIFR.activate(frutiger);

sIFR.replace(frutiger, {
  selector: '.content h1, .content .newsdigesttitle, .content .newstitle',
  css: '.sIFR-root { color:#000; font-size:18px; font-weight:normal; line-height:normal; margin:0 0 10px 0; }',
  wmode: 'transparent'
  });

sIFR.replace(frutiger, {
  selector: '.content h2',
  css: '.sIFR-root { color:#000; font-size:16px; font-weight:normal; line-height:normal; margin:0 0 8px 0; }',
  wmode: 'transparent'
  });