var avenir = { src:'/js/avenir85heavy.swf' };
sIFR.activate(avenir);
sIFR.replace(avenir, {
	selector:'#service-times h3'
	,wmode:'transparent'
	,css: [ '.sIFR-root { font-size:14px; color:#4f6969 }' ]
});

var avy = { src:'/js/avenir45book.swf' };
sIFR.activate(avy);
sIFR.replace(avy, { 
	selector:'#new h3, #sermons h3'
	,wmode:'transparent'
	,css: [ 
	'.sIFR-root { font-size:18px; color:#96b100 }'
	,'a { color:#96b100; text-decoration:none }'
	,'a:hover { color:#96b100; text-decoration:underline; }'
	]
});