var superstar = { src: '/assets/flash/superstar.swf' };

sIFR.activate(superstar);

sIFR.replace(superstar, {
  selector: 'h1.isovihrea',
  css: '.sIFR-root { background-color: transparent; color: #57a200; text-transform: uppercase; font-size: 26px; }'
});
sIFR.replace(superstar, {
  selector: 'h1.etusivu',
  css: '.sIFR-root { background-color: transparent; color: #000000; text-transform: uppercase; font-size: 19px; }'
});
sIFR.replace(superstar, {
  selector: 'h1',
  css: '.sIFR-root { background-color: transparent; color: #000000; text-transform: uppercase; font-size: 30px; }'
});
/*
sIFR.replace(superstar, {
  selector: 'h2',
  css: '.sIFR-root { background-color: transparent; color: #000000; text-transform: uppercase; font-size: 17px; }'
});
*/