// Presumes import.css is the first <link> in the page
var rootpath = document.getElementsByTagName('link')[0].getAttribute('href').replace(/css\/global\.css/i,'');
var BankGothic = {
  src: rootpath + 'flash/bankgothiclight.swf'
};

sIFR.activate(BankGothic);

sIFR.replace(BankGothic, {
  selector: 'h1'
  ,css: [
  '.sIFR-root {color: #ffffff;}'
  ]
  ,wmode: 'transparent'
});