var yourtypeface = {
  src: 'http://www.ludor.cz/flash/vagrounded1.swf'
};
sIFR.activate(yourtypeface);

sIFR.replace(yourtypeface, {
      selector: 'h1',
      css: [
      '.sIFR-root { font-size:22px; font-weight:normal; color:#e0282e; background-color:transparent; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: '.sifr3a',
      css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#e0282e; background-color:transparent; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: '.sifr3b',
      css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#ed7901; background-color:transparent; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: '.sifr3c',
      css: [
      '.sIFR-root { font-size:17px; font-weight:normal; color:#e0282e; background-color:transparent; }'
      ],
      wmode: 'transparent'
});
