var marcelle = {
  src: 'http://www.peachpark.net/flash/marcelle.swf'
};

sIFR.prefetch(marcelle);

sIFR.activate(marcelle);

sIFR.replace(marcelle, {
  selector: 'h1',
  css: {
      '.sIFR-root': { 'font-weight': 'bold', 'leading': -5,
'background-color': '#FFFFFF' , 'color': '#52863D', 'text-decoration': 'none'}
    },
    wmode: 'transparent'
});
	




