//var MYSIFRFONT = {
//      src: 'wp-content/themes/THEMENAME/sifr/flash/MYSIFRFONT.swf'
//};

sIFR.useStyleCheck = true;

sIFR.activate(gotham);
sIFR.activate(gothamItalic);
 
sIFR.replace(gotham, {
      selector: 'h1',
      css: [
      '.sIFR-root { font-size:26px; font-weight:normal; color:#026a00; line-height: 1em; }'
      ],
      wmode: 'transparent'
  });

sIFR.replace(gotham, {
      selector: 'h2, span.h2',
      css: [
      '.sIFR-root { font-size:19px; font-weight:normal; color:#7e620a; line-height: 1em; }'
      ],
      wmode: 'transparent'
  });


  sIFR.replace(gothamItalic, {
      selector: 'span.h2-italic',
      css: [
    '.sIFR-root { font-size:19px; font-weight:normal; color:#7e620a; line-height: 1em; }'
    ],
      wmode: 'transparent'
  });