var gothamLight = { src: rootFolder+'/swf/Gotham-Light.swf' };
var gothamMed = { src: rootFolder+'/swf/Gotham-Medium.swf' };


sIFR.activate(gothamLight,gothamMed);

sIFR.replace(gothamLight, {
  selector: 'h1.mainTitle',
  css: '.sIFR-root { color: #811987; }'
});

sIFR.replace(gothamMed, {
  selector: 'h3.subTitle',
  css: '.sIFR-root { color: #98239f; }'
});
