var futura = { src: 'http://wwtc.com.au/flash/alte.swf' };

sIFR.activate(futura);

sIFR.replace(futura, {
  selector: 'h1',
  css: '.sIFR-root {color:#57a5c0}',
  wmode: 'transparent',
  tuneHeight: '-8'
});
sIFR.replace(futura, {
  selector: 'h2',
  css: '.sIFR-root {color:#444c61}',
  wmode: 'transparent',
  forceSingleLine: true,
  tuneHeight: '-8'
});
sIFR.replace(futura, {
  selector: 'h3',
  css: '.sIFR-root {color:#000}',
  wmode: 'transparent',
   forceSingleLine: true,
  tuneHeight: '-5'
});
sIFR.replace(futura, {
  selector: '#footer strong',
  css: '.sIFR-root {color:#b0d415;display:block;height:15px;margin:0 0 -20px;line-height:15px}',
  wmode: 'transparent',
  tuneHeight: '-10',
  offsetLeft: '20'
});