
var gothamBook = { src: rootFolder+'/js/flashText/Gotham-Book.swf' };


sIFR.activate(gothamBook);

sIFR.replace(gothamBook, {
  selector: 'h1.mainTitle',
  css: '.sIFR-root { color:#444444; font-size:24px; }',
  transparent: true
});

sIFR.replace(gothamBook, {
  selector: 'h2.subHeading',
  css: '.sIFR-root { color:#444444; font-size: 14px; letter-spacing: 0.2;}',
  transparent: true
});



