var impact = { src: '/libs/flash/fonts/impact.swf' };
var another = { src: '/libs/flash/fonts/impact.swf' };
sIFR.activate(impact, another);

function doSifr()
{
	sIFR.replace(impact, {
	  selector: 'h1',
	  css: '.sIFR-root { color: #000000; }',
	  transparent: true
	});
}

doSifr();

sIFR.replace(impact, {
  selector: '.big_body_internal h1',
  css: '.sIFR-root { color: #96bf0d; }',
  transparent: true
});
sIFR.replace(another, {
  selector: 'h5',
  css: '.sIFR-root { color: #96bf0d; }',
  transparent: true
});
sIFR.replace(another, {
  selector: 'h6',
  css: '.sIFR-root { color: #96bf0d; }',
  transparent: true
});