    var ave = {
      src: 'avenir.swf',
      ratios: [8, 1.41, 9, 1.33, 12, 1.35, 14, 1.29, 15, 1.3, 19, 1.28, 20, 1.27, 28, 1.26, 29, 1.24, 30, 1.25, 40, 1.24, 43, 1.23, 44, 1.24, 64, 1.23, 72, 1.22, 73, 1.23, 106, 1.22, 107, 1.21, 115, 1.22, 116, 1.21, 120, 1.22, 121, 1.21, 1.22]
    };

    sIFR.useStyleCheck = true;
    sIFR.activate(ave);

    sIFR.replace(ave, {
      selector: 'h2.sifr'
        ,wmode: 'transparent'
        ,css: [
        '.sIFR-root {font-size: 20px; text-align: left; font-weight: bold; color: #ffffff; visibility: hidden;}'
        ,'em { font-style: normal; color: #a70b33; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #CCCCCC; }'

      ]
      ,filters: {
        DropShadow: {
          distance: 1
          ,color: '#000000'
          ,blurX: 1
          ,blurY: 1
          ,alpha: 10
          ,strength: 3
          ,angle: 90
        }
      }
    });
  
        sIFR.replace(ave, {
      selector: 'h3.sifr'
      ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size: 18px; text-align: left; font-weight: bold; color: #ffffff; visibility: hidden;}'
        ,'em { font-style: normal; color: #a70b33; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #CCCCCC; }'

      ]
      ,filters: {
        DropShadow: {
          distance: 1
          ,color: '#000000'
          ,blurX: 1
          ,blurY: 1
          ,alpha: 10
          ,strength: 3
          ,angle: 90
        }
      }
    });
        
      sIFR.replace(ave, {
      selector: 'h4.sifr'
      ,wmode: 'transparent' 
      ,css: [
        '.sIFR-root { font-size: 15px; text-align: left; font-weight: bold; color: #a70b33; visibility: hidden;}'
        ,'em { font-style: normal; color: #a70b33; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #a70b33; }'
        ,'a:hover { color: #ff0041; }'

      ]
    });