var futura = {
  src: '/scripts/sifr.swf'
};

sIFR.prefetch(futura);
sIFR.activate(futura); // From revision 209 and onwards

sIFR.replace(futura, {
  selector: '.Morpheus-PageTitle, #section-header h2'
  ,css: [
      '.sIFR-root {color: #9b1a20;background:transparent;font-size:24px;font-weight:bold;}'
    ]
  ,wmode: 'transparent'
  ,offsetTop: '1'
});
sIFR.replace(futura, {
  selector: 'h3'
  ,css: [
      '.sIFR-root {color: #9C1B21; background:transparent;font-size:18px;font-weight:bold;}'
    ]
  ,wmode: 'transparent'
  ,offsetTop: '1'
});