var helvetica = {
  src: 'sifr3/flash/helvetica.swf'
};

sIFR.prefetch(helvetica);
sIFR.activate(helvetica); // From revision 209 and onwards
sIFR.replace(helvetica, {
  	selector: 'h1.big_title',
  	wmode: 'transparent',
	sColor: '#c21b1b',
	css: [
      '.sIFR-root { color: #c21b1b; font-weight: bold; padding: 0; margin: 0; font-size: 24px;}'
    ]
});
sIFR.replace(helvetica, {
  	selector: 'h1',
  	wmode: 'transparent',
	sColor: '#c21b1b',
	css: [
      '.sIFR-root { color: #c21b1b; font-weight: bold; padding: 0; margin: 0; font-size: 16px;}'
    ]
});

