var kolika = { src: 'sifr.swf' };

sIFR.activate(kolika);

sIFR.replace(kolika, {
  selector: 'h1',
  css: '.sIFR-root {color: #50503a; font-weight: bold; font-size: 32px; text-transform: uppercase;}',
  wmode: 'transparent'
});

sIFR.replace(kolika, {
  selector: 'h2',
  css: '.sIFR-root {color: #642116; font-weight: bold; font-size: 28px;}',
  wmode: 'transparent'
});

sIFR.replace(kolika, {
  selector: 'h3',
  css: '.sIFR-root {color: #666666; font-weight: bold; font-size: 24px;}',
  wmode: 'transparent'
});


sIFR.replace(kolika, {
  selector: 'h4',
  css: '.sIFR-root {color: #e0dbcb; font-weight: bold; font-size: 24px;}',
  wmode: 'transparent'
});


