var gotham = {
    src: '/swf/gotham.swf'
  };

  sIFR.delayCSS  = true;
  sIFR.activate(gotham);
  
sIFR.replace(gotham, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { padding:0; margin:0 0 10px 0; color:#444 }'
    ]
  });