var mrseaves = {
      src: '../flash/mrseaves.swf' 
};
 
sIFR.activate(mrseaves);
 
sIFR.replace(mrseaves, {
      selector: 'h1',
	  css: [
      '.sIFR-root { font-size:30px; font-weight:normal; color:#748231;}'
      ],
      wmode: 'transparent'
});







