  var ZurichExBt = {
    src: '/sifr3/flash/ZurichExBt.swf'
  };

  sIFR.delayCSS  = true;
  sIFR.activate(ZurichExBt);

  sIFR.replace(ZurichExBt, {
    selector: 'h1,h2,h3'
    ,css: [
      '.sIFR-root { text-align: left; color: #a50000; white-space: nowrap; width: auto; }'
      ,'a {  text-decoration: underline; }'
      ,'a:link { color: #a50000; text-decoration: none; }'
      ,'a:hover { color: #EE0000; }'
    ] , wmode: 'transparent'
  });
