var grlight = {
  src: '/js/gothamroundedlight.swf'
};

sIFR.activate(grlight);

sIFR.replace(grlight, {
  selector: 'div#feature h2',
  fitExactly: true,
  wmode: 'transparent',
    css: [
    '.sIFR-root {color:#333333; leading: 6; }'
   ]
}); 

sIFR.replace(grlight, {
  selector: 'div#newsmodule h2',
  fitExactly: true,
  wmode: 'transparent',
    css: [
    '.sIFR-root {color:#2277dd; leading: 6; }'
   ]
}); 


sIFR.replace(grlight, {
  selector: 'div#pubsmodule h2',
  fitExactly: true,
  wmode: 'transparent',
    css: [
    '.sIFR-root {color:#2277dd; leading: 6; }'
   ]
}); 

sIFR.replace(grlight, {
  selector: 'div.maincontent h2',
  fitExactly: true,
  wmode: 'transparent',
    css: [
    '.sIFR-root {color:#B81237; leading: 6; }'
   ]
});