
  var avenir = {
    src: '/Themes/thescene_grey/sIFR/avenir.swf'
  };

  sIFR.useStyleCheck = true;
  sIFR.activate(avenir);


  sIFR.replace(avenir, {
    selector: 'h4',
    wmode: 'transparent',
    css: {
      '.sIFR-root' : { 'color': '#465157' , 'font-size' : '16px;' , 'background-color' : '#f8f9fc'  }   
      ,'a' : { 'text-decoration': 'none' }
      ,'a:link' : { 'color': '#465157' }
      ,'a:hover' : { 'color': '#CCCCCC' }  
      ,'em' : { 'color': '#85c843' , 'font-weight': 'bold', 'font-style' : 'normal'}
    }
  });
  


  sIFR.replace(avenir, {
    selector: 'h5',
    wmode: 'transparent',
    css: {
      '.sIFR-root' : { 'color': '#465157' , 'font-size' : '14px;'  }   
      ,'a' : { 'text-decoration': 'none' }
      ,'a:link' : { 'color': '#465157' }
      ,'a:hover' : { 'color': '#CCCCCC' }  
      ,'em' : { 'color': '#85c843' , 'font-weight': 'bold', 'font-style' : 'normal'}
    }
  });
  
  


  var bauer = {
    src: '/Themes/thescene_grey/sIFR/bauer.swf'
  };

  sIFR.useStyleCheck = true;
  sIFR.activate(bauer);

  sIFR.replace(bauer, {
    selector: 'h1',
    wmode: 'transparent',
    css: {
      '.sIFR-root' : { 'color': '#455560' , 'font-size' : '21px;' , 'font-style' : 'normal' }   
      ,'a' : { 'text-decoration': 'none' }
      ,'a:link' : { 'color': '#455560' }
      ,'a:hover' : { 'color': '#CCCCCC' }  
      ,'em' : { 'color': '#85c843' , 'text-decoration': 'none' , 'font-style' : 'italic' }
    }
  });
  
    sIFR.replace(bauer, {
    selector: 'h2',
    wmode: 'transparent',
    css: {
      '.sIFR-root' : { 'color': '#455560' , 'font-size' : '14px;' , 'font-style' : 'normal' , 'background-color' : '#f4f5f5' , 'font-style' : 'italic' }
      ,'a' : { 'text-decoration': 'none' }
      ,'a:link' : { 'color': '#455560' }
      ,'a:hover' : { 'color': '#CCCCCC' }  
      ,'em' : { 'color': '#85c843' , 'text-decoration': 'none' , 'font-style' : 'italic' }
    }
  });
  
  