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