  var blissLight = {
    src: '/wp-content/themes/enmax-conservation/swf/bliss-light.swf',
    ratios: [8, 1.3, 11, 1.22, 12, 1.2, 18, 1.19, 21, 1.15, 22, 1.16, 23, 1.15, 33, 1.14, 36, 1.13, 56, 1.12, 95, 1.11, 97, 1.1, 99, 1.11, 108, 1.1, 109, 1.11, 1.1]
  };
  
  var blissCapsBold = {
    src: '/wp-content/themes/enmax-conservation/swf/blisscaps-bold.swf',
    ratios: [9, 1.27, 14, 1.19, 21, 1.16, 28, 1.13, 45, 1.12, 62, 1.11, 70, 1.1, 71, 1.11, 104, 1.1, 105, 1.09, 111, 1.1, 112, 1.09, 113, 1.1, 118, 1.09, 120, 1.1, 123, 1.09, 124, 1.1, 1.09]
  };

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // // sIFR.useStyleCheck = true;
   sIFR.activate(blissLight);
 
   
    sIFR.replace(blissLight, {
      selector: 'h2',
      wmode: 'transparent',
      css: [
        '.sIFR-root { font-size: 26px; color: 4d4d4d; font-weight: bold; }'
      ]
    });  
    sIFR.replace(blissLight, {
      selector: '.callout p',
      wmode: 'transparent',
      css: [
        '.sIFR-root { font-size: 18px; color: #6b940c; }'
      ]
    });
    sIFR.replace(blissCapsBold, {
      selector: '#primary-nav li',
      wmode: 'transparent',
      css: [
        '.sIFR-root { font-size: 13px; cursor: pointer; text-transform: uppercase;}'
        ,'a { text-decoration: none; color: #4d4d4d; }'
        ,'a:hover { text-decoration: underline; color: #4d4d4d; }'
        ,'.current_page_item { text-decoration: underline; }' ]
      ,tuneHeight: -6
      ,tuneWidth: 1
      ,fitExactly: true
      ,fixFocus: true
    });
   
