var simmons = {
  src: assetsPath + 'gotham_rounded.swf'
};

sIFR.activate(simmons);

sIFR.replace(simmons, {
  selector: '#container h1, #intro h2, #intro h1, #pageLinks h2',
  css: '.sIFR-root { color: #004b5c; }',
  transparent: true
});

sIFR.replace(simmons, {
  selector: '#alert h2',
  css: '.sIFR-root { color: #ffffff; }',
  transparent: true
});



