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

// sIFR.prefetch(gotham);
sIFR.ua.supported = sIFR.ua.supported && (!sIFR.ua.ie || sIFR.ua.ieVersion < 0); // disable sifr in IE
sIFR.activate(gotham);

sIFR.replace(
	gotham, {
	selector: 'h2#pageTitle',
	tuneHeight: -5,
	wmode: 'transparent'
});