var helvetica = {
  src: '/scripts/helvetica55.swf'
};

sIFR.prefetch(helvetica);
sIFR.activate(helvetica); // From revision 209 and onwards

sIFR.replace(helvetica, {
  selector: '#content h2'
  ,css: [
      '.sIFR-root {color: #CF6F18;background:transparent;font-size:17px;font-weight:bold; letter-spacing: 0.1; leading: -1em;}'
    ]
  ,wmode: 'transparent'
  ,offsetTop: '1'
});