var gotham = {
    src: 'flash/gotham.swf'
  };
 
sIFR.useStyleCheck = true;
sIFR.fromLocal = true;
sIFR.activate(gotham);

sIFR.replace(gotham, {
    selector: '.projectOptions h2'
    ,wmode: 'transparent'
    ,css: [
      '.sIFR-root {font-size:16px; color:#ffffff; background: transparent; font-weight: bold}'
    ]
  });

sIFR.replace(gotham, {
    selector: '.person h2'
    ,wmode: 'transparent'
    ,css: [
      '.sIFR-root {font-size: 14px; color: #54301a; background: transparent;}'
    ]
  });
