      var garamond = {
        src: '/wp-content/themes/micahgilman/sIFR/AdobeGaramondProSemi436.swf'
      };
      
      var rockwell = {
        src: '/wp-content/themes/micahgilman/sIFR/rockwell436.swf'
      };
      
      sIFR.useStyleCheck = true;
      sIFR.activate(garamond, rockwell);
      
      sIFR.replace(garamond, {
        selector: 'h1'
        ,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
        ,wmode: 'transparent'
        ,css: [
          '.sIFR-root {color: #282828; font-weight: bold; text-align: center; }'
          ,'a { text-decoration: none; }'
          ,'a:link { color: #282828; }'
          ,'a:visited { color: #282828; }'
          ,'a:hover { color: #666666; }'
        ]
      });
      
      sIFR.replace(rockwell, {
        selector: 'h2#post-2'
        ,wmode: 'transparent'
        ,css: [
          '.sIFR-root {color: #282828; font-weight: bold; }'
        ]
      });
      
      sIFR.replace(rockwell, {
        selector: 'h2.rockwell'
        ,wmode: 'transparent'
        ,css: [
          '.sIFR-root {color: #282828; font-weight: bold; }'
        ]
      });            