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

sIFR.activate(gotham);

sIFR.replace(gotham, {
  selector: 'h1',
	css: [ '.sIFR-root {background-color: #040404; color: #d9b962; font-size: 280%;}, .sIFR-root a {color: #d9b962; text-decoration:none;}, .sIFR-root a:hover{color:#ffffff;}' ],
	wmode: 'transparent'
});