var futura = {
  src: '/headertext.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(futura); // From revision 209 and onwards

sIFR.replace(futura, {
  selector: 'h1'
  ,css: [
      '.sIFR-root {color: #114581;background:transparent;font-size:24px;font-weight:normal;}'
    ]
  ,wmode: 'transparent'
  ,offsetTop: '1'
  ,forceSingleLine: true
  ,selectable: true
});