var bankgothic = {
  src: '/javascript/sifr/flash/bankgothic.swf'
};

sIFR.activate(bankgothic);


sIFR.replace(bankgothic, {
  selector: 'h1'
  ,css: [
    '.sIFR-root { color: #ce2c33; font-size: 20px; background: transparant; }'
  ]
  ,wmode: 'transparent'
});


sIFR.replace(bankgothic, {
  selector: 'h2'
  ,css: [
    '.sIFR-root { color: #ce2c33; font-size: 16px; background: transparant;  }'
  ]
  ,wmode: 'transparent'
});


sIFR.replace(bankgothic, {
  selector: 'h3'
  ,css: [
    '.sIFR-root { color: #ce2c33; font-size: 14px; background: transparant; }'
  ]
  ,wmode: 'transparent'
});
