var GothamBook = { src: '/js/GothamBook.swf' };

sIFR.fitExactly = true;
sIFR.forceTextTransform = true;
sIFR.useDomLoaded = true;

sIFR.activate(GothamBook);

sIFR.replace(GothamBook, {
  selector: 'h2 span.sifr, h3 span.sifr',
  forceSingleLine: true,
  wmode: 'transparent',
  css: {
    '.sIFR-root': {
      'color': '#3ea3b0'
    }
  }
});
