﻿var frutigerbld = {
  src: '/images/frutiger.swf',
  useDomContentLoaded: 'false'
};

sIFR.activate(frutigerbld); // From revision 209 and onwards
sIFR.replace(frutigerbld, {
  selector: '#ContentBox h1',
  css: {
      '.sIFR-root' : {'color':'#006cc0'}
    },
  wmode: 'transparent'
});
sIFR.replace(frutigerbld, {
  selector: '#SideArea h1',
  css: {
      '.sIFR-root' : {'color':'#006cc0'}
    },
  wmode: 'transparent'
});
sIFR.replace(frutigerbld, {
  selector: '#ContentBox h2',
  css: {
      '.sIFR-root' : {'color':'#454545'}
    },
  wmode: 'transparent'
});
sIFR.replace(frutigerbld, {
  selector: '#ContentTeaserArea .ContentTeaser h2',
  css: {
      '.sIFR-root' : {'color':'#006cc0'}
    },
  wmode: 'transparent'
});