    var myfont = {
      src: 'sifr_marydale.swf'
    };

    sIFR.activate(myfont);

    sIFR.replace(myfont, {
      selector: 'h2.sIFR3'
      ,css: [
        '.sIFR-root { color:#000000; font-size:24px;font-weight:100;height:38px }'
      ],
		wmode: 'transparent'
    });

