var a = { src: 'http://www.cfpandm.com/gillsans.swf' };

sIFR.activate(a);

sIFR.replace(a, {
  selector: '#content h2',
  css: '.sIFR-root { color: #852d2d; font-size: 30px; }',
  tuneHeight: '-6',
  wmode: 'transparent'
});

sIFR.replace(a, {
  selector: '#content h3.red',
  css: '.sIFR-root { color: #601112; font-size: 25px; }',
  tuneHeight: '-6',
  wmode: 'transparent'
});

sIFR.replace(a, {
  selector: '#content h3',
  css: '.sIFR-root { color: #728FAF; font-size: 25px; }',
  tuneHeight: '-6',
  wmode: 'transparent'
});

sIFR.replace(a, {
  selector: '#testimonial h3',
  css: '.sIFR-root { color: #EDDBD6; font-size: 20px;text-transform: uppercase; text-align: right }',
  tuneHeight: '-11',
  wmode: 'transparent'
});
