var LollipopJF = {
	src: '/fl/sifr/lollipop.swf'
};

sIFR.activate(LollipopJF); // From revision 209 and onwards

sIFR.replace(LollipopJF, {
	selector: 'h3'
		,css: [
			'.sIFR-root { letter-spacing: 3; color: #000000;}'
		]
	,selectable: true
	,wmode: 'transparent'
	,transparent: true
});