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

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

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

  sIFR.replace(ZurichExBt, {
    selector: 'h3'
    ,css: [
      '.sIFR-root { text-align: center; color: #03A89E; white-space: nowrap; font-size:18px; width: auto; }'
      ,'a {  text-decoration: underline; }'
      ,'a:link { color: #03A89E; text-decoration: none; }'
      ,'a:hover { color: #45C3B8; }'
    ] , wmode: 'transparent'
  });

  sIFR.replace(ZurichExBt, {
    selector: 'h4'
    ,css: [
      '.sIFR-root { text-align: left; color: #03A89E; white-space: nowrap; font-size:16px; width: auto; }'
      ,'a {  text-decoration: underline; }'
      ,'a:link { color: #03A89E; text-decoration: none; }'
      ,'a:hover { color: #45C3B8; }'
    ] , wmode: 'transparent'
  });
