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

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

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