var mainwendy = {
	src: '/wp-content/themes/slopesuds/wendy.swf'
};
var maincerto = {
	src: '/wp-content/themes/slopesuds/certo.swf'
};
sIFR.fitExactly = true;

sIFR.activate(mainwendy);
sIFR.replace(mainwendy, {
	selector: '#tagline h2',
	css: ['.sIFR-root{color:#215e77;text-align:center}'],
	wmode: 'transparent'
});
sIFR.replace(mainwendy, {
	selector: '.post h3',
	css: ['.sIFR-root{color:#215e77}'],
	wmode: 'transparent'
});

sIFR.activate(maincerto);
sIFR.replace(maincerto, {
	selector: '.post h4',
	css: ['.sIFR-root{color:#1e93c3}'],
	wmode: 'transparent'
});

