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

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

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

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