var gotham = { src: 'gotham.swf' };

sIFR.activate(gotham);
sIFR.preserveSingleWhitespace = true;
//tuneWidth(20);
sIFR.replace(gotham, {
  selector: 'h1',
  wmode: 'transparent',
  css: '.sIFR-root { color: #004668; font-size: 24px; text-transform: uppercase; }'
});
