var rounded = {
  src: '/sifr/rounded.swf'
};

sIFR.activate(rounded); // From revision 209 and onwards

sIFR.replace(rounded, {
  selector: 'h1 span.vervang',
  css: {
      '.sIFR-root': { color: '#008A3A' }
    },
	wmode: 'transparent',
	tuneHeight:'-5',
	debugMode: true,
	fitExactly: true
});

sIFR.replace(rounded, {
  selector: 'h2',
  css: {
      '.sIFR-root': { color: '#326B47' }
    },
	wmode: 'transparent',
	tuneHeight:'-5'
});