var eurostyle = { src: 'http://www.pediatrichomeservice.com/EurostileDemi.swf' };

sIFR.activate(eurostyle);
sIFR.preserveSingleWhitespace = true;
//tuneWidth(20);

sIFR.replace(eurostyle, {
  selector: '#banner_text h1',
  wmode: 'transparent',
  css: '.sIFR-root { font-size: 29px; color: #ffffff;}'
});

sIFR.replace(eurostyle, {
  selector: '#sectiontitle h4',
  wmode: 'transparent',
  css: '.sIFR-root { font-size: 19px; color: #ffffff;}'
});


sIFR.replace(eurostyle, {
  selector: '#subhdr_img h2',
  wmode: 'transparent',
  css: '.sIFR-root { font-size: 25px; color: #ffffff;}'
});