var font_type = {
      src: '/includes/sifr/helvetica.swf'
};


sIFR.activate(font_type);

sIFR.replace(font_type, {
      selector: 'h1.sifr-text'
      ,css: [
      '.sIFR-root { display:block; margin-bottom:9px; font-size:17px; font-weight:normal; color:#028A0C; }'
      ,'em { font-style:italic; }'
      ,'strong { font-weight:bold; }'
      ]
      ,wmode: 'transparent'
});