var font = {
    src: 'http://www.iesys.nl/flash/calibri.swf'
  };
  
sIFR.activate(font);

sIFR.replace(font, {
    selector: '.text',
    css: [
      '.sIFR-root { font-size:20px; color:#666; }'
    ],
    wmode: "transparent",
	tuneHeight:0,
	tuneWidth:10,
	preventWrap: false,
	selectable: false
  });
