var garamond = {
  src: '/flash/garamond.swf'
};

sIFR.delayCSS  = true;
sIFR.activate(garamond); // From revision 209 and onwards

sIFR.replace(garamond, {
    selector: 'h2'
    ,css: [
      '.sIFR-root {color:#131b1d;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #131b1d; }'
      ,'a:hover { color: #131b1d; }'
    ]
    ,wmode: 'transparent'
  });

sIFR.replace(garamond, {
    selector: 'h1'
    ,css: {
      '.sIFR-root': { 'color': '#131b1d', 'letter-spacing': -1}
    }
    ,wmode: 'transparent'
  });


sIFR.replace(garamond, {
    selector: '#index-right-column h2'
    ,css: {
      '.sIFR-root': { 'color': '#131b1d', 'letter-spacing': -1}
    }
    ,wmode: 'transparent'
  });


