var rootpath = document.getElementsByTagName('link')[0].getAttribute('href').replace(/css\/global\.css/i,'');
var futura = {
  src: rootpath + 'flash/futura-med.swf'
};

sIFR.activate(futura);

sIFR.replace(futura, {
  selector: 'h1'
  ,css: [
  '.sIFR-root {color: #ffffff; leading: 0px; margin: 0; padding: 0; font-weight: normal;}'
  ]
  ,wmode: 'transparent'
});

sIFR.replace(futura, {
  selector: '.default h2'
  ,css: [
  '.sIFR-root {color: #b2e0fe; leading: 5px; margin: 0; padding: 0; font-weight: normal;}'
  ]
  ,wmode: 'transparent'
});

sIFR.replace(futura, {
  selector: '.default .large-text'
  ,css: [
  '.sIFR-root {color: #ffffff; leading: 8px; margin: 0; padding: 0; font-weight: normal;}'
  ]
  ,wmode: 'transparent'
});