var freehand = { src: '/data/swf/fonts/sifr3/frhnd521.swf' };

sIFR.activate(freehand);

sIFR.replace(freehand, {
  selector: '#main h1',
  css: '.sIFR-root { color: #2b6b6b; background-color: #fff; }',
});

sIFR.replace(freehand, {
  selector: '#main h2',
  css: '.sIFR-root { color: #2b6b6b; background-color: #fff; }',
});