var futurabold = {
    src: 'http://law21.ca/wp-content/themes/law21-seal/futurabold.swf'
    ,ratios: [8, 1.3, 11, 1.21, 12, 1.2, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 61, 1.11, 94, 1.1, 95, 1.09, 103, 1.1, 107, 1.09, 110, 1.1, 119, 1.09, 120, 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(futurabold);

  sIFR.replace(futurabold, {
    selector: 'h1.entry-title,h2.entry-title'
    ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #00183A;text-align: left; font-weight: bold; background-color: #F5F5F5;letter-spacing:.9;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #00183A; }'
      ,'a:hover { color: #2772B3; }'
    ]
    ,filters: {
        DropShadow: {
           distance: 1
          ,color: '#ffffff'
          ,strength: 4
          ,alpha: .9
          ,blurX: 0
          ,blurY: 0
        }
      }

  });
  
  sIFR.replace(futurabold, {
    selector: '#primary ul li h3, #tertiary ul li h3, #secondary ul li h3, #tertiary div h3'
    ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #2772B3;text-align: left; font-weight: bold; background-color: #F5F5F5;letter-spacing:.9;}'
      ,'a { text-decoration: none; color: #2772B3; }'
      ,'a:link { color: #2772B3; }'
      
      ,'a:hover { color: #666666; }'
      
     
    ]
    ,filters: {
        DropShadow: {
           distance: 1
          ,color: '#ffffff'
          ,strength: 4
          ,alpha: .9
          ,blurX: 0
          ,blurY: 0
        }
      }

  });
  
  
