var gotham = {
  src: '/flash/gotham.swf'
};

sIFR.activate(gotham);

  sIFR.replace(gotham, {
    selector: '#content h1'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #3e2e1b; }'
    ]
  });
  
  sIFR.replace(gotham, {
    selector: '#content h2.sifr'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #3e2e1b; }'
    ]
  });