var helvetica_light = {
  src: 'swf/helvetica_light.swf'
};

var helvetica_bold = {
  src: 'swf/helvetica_bold.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(helvetica_light,helvetica_bold);

sIFR.replace(helvetica_light, {
  selector: 'h2'
  ,css: [ '.sIFR-root { color: #6633cc; padding: 0; }' ]
});


sIFR.replace(helvetica_bold, {
  selector: 'h1'
  ,css: [
    '.sIFR-root { font-weight: bold; color: #380982; padding: 0; }'
  ]
});