var gotham = {
  src: '/SDN0200WebApp/Layout/Flash/gotham.swf'
};

sIFR.prefetch(gotham);

sIFR.activate(gotham);

sIFR.replace(gotham, {
  selector: '.tableFrame h2'
      ,css: [
      '.sIFR-root {color:#FFFFFF; background-color:orange; font-weight:bold; font-size:14px; text-transform:uppercase;}'
	  ]
	  ,wmode:'transparent'
});