var gotham = {
  src: '/scripts/gotham-bold.swf'
};

sIFR.prefetch(gotham);
sIFR.activate(gotham); // From revision 209 and onwards

sIFR.replace(gotham, {
  selector: '.Morpheus-PageTitle'
  ,css: [
      '.sIFR-root {color: #0063a5;background:transparent;font-size:12px;font-weight:normal; letter-spacing: 0.5; leading: -1em; text-transform: uppercase;}'
    ]
  ,wmode: 'transparent'
  ,offsetTop: '1'
});
