var gothambold = { src: strThemeDir + 'swf/gotham-bold.swf' };

sIFR.activate(gothambold);

sIFR.replace(gothambold, {
  selector: '#header h1',
  css: '.sIFR-root { color: #393934; text-transform:uppercase }',
  wmode: 'transparent',
  offsetTop: '-5',
  tuneHeight: '-12'
});

sIFR.replace(gothambold, {
  selector: '#header h2',
  css: '.sIFR-root { color: #a10f22; text-transform:uppercase }',
  wmode: 'transparent',
  offsetTop: '-5',
  tuneHeight: '-12'
});
