var donnyshand = {
  src: '/Flash/donnyshand.swf'
};

sIFR.activate(donnyshand); // From revision 209 and onwards

sIFR.replace(donnyshand, {
	selector: 'h1',
	css: '.sIFR-root { font-style: normal; color: #e52e87; font-size:40px; font-weight:bold; margin:0px; padding:0px;} .sIFR-root p {color: #7fc41b;}',
	wmode: 'transparent'
  });

  sIFR.replace(donnyshand, {
	selector: 'h2.small',
	css: '.sIFR-root { font-style: normal; color: #e52e87; font-size:20px; font-weight:bold; margin:0px; padding:0px;} .sIFR-root p {color: #7fc41b;}',
	wmode: 'transparent'
  });
  
sIFR.replace(donnyshand, {
	selector: 'h2',
	css: '.sIFR-root { font-style: normal; color: #e52e87; font-size:40px; font-weight:bold; margin:0px; padding:0px;} .sIFR-root p {color: #7fc41b;}',
	wmode: 'transparent'
  });
  

sIFR.replace(donnyshand, {
	selector: 'h3',
	css: '.sIFR-root { font-style: normal; color: #e52e87; font-size:24px; font-weight:bold margin:0px; padding:0px;} .sIFR-root p {color: #7fc41b;}',
	wmode: 'transparent'
  });

