var bodoni = { src: '/Bodoni.swf' };

sIFR.activate(bodoni);
sIFR.preserveSingleWhitespace = true;
//tuneWidth(20);

sIFR.replace(bodoni, {
  selector: '#section_header h2',
  wmode: 'transparent',
  css: '.sIFR-root { font-size: 25px; color: #ffffff; line-height: 25px;}'
});