var gotham = { src: 'http://server.webtekcc.com/~accu/swf/gotham.swf' };

sIFR.activate(gotham);

  sIFR.replace(gotham, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { text-transform:uppercase; color:#1c1b1b; }'
    ]
	, wmode : "transparent"
  }
  );
