 var euro = {
    src: 'flash/bank_gothic.swf'
  };

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  //sIFR.useStyleCheck = true;
  sIFR.activate(euro);

  sIFR.replace(euro, {
    selector: 'h1'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { font-size: 22px; color: #ffffff;}'
    ]
  });
