var futura = {
  src: '/scripts/helveticaMdCn.swf'
};

sIFR.prefetch(futura);
sIFR.activate(futura); // From revision 209 and onwards

sIFR.replace(futura, {
  selector: '.Morpheus-PageTitle'
  ,css: [
      '.sIFR-root {color: #2b5290;background:transparent;font-size:16px;font-weight:bold; letter-spacing: 0; leading: -1em;}'
    ]
  ,wmode: 'transparent'
  ,offsetTop: '1'
});

sIFR.replace(futura, {
  selector: '.sifr-right'
  ,css: [
      '.sIFR-root {color: #4E5F7A;background:transparent;font-size:16px;font-weight:bold; letter-spacing: 0; leading: -1em;}'
    ]
  ,wmode: 'transparent'
  ,offsetTop: '1'
});