var waterbrush = { src: 'http://www.branchcreek.org/wp/wp-content/themes/BranchCreek/js/waterbrush.swf' };

sIFR.activate(waterbrush);

sIFR.replace(waterbrush, {
  selector: 'h2.title',
  wmode: 'transparent',
  css: '.sIFR-root {color: #95C401; font-size:40px; }'
});

sIFR.replace(waterbrush, {
	selector: 'h2.calendar_title',
	wmode: 'transparent',
	css: '.sIFR-root {color: #95C401; font-size:30px; }'

});


sIFR.replace(waterbrush, {
	selector: '.rising_feature_text h2 a',
	wmode: 'transparent',
	css: '.sIFR-root {color: #95C401; font-size:30px; }'

});