Event.observe(document,'dom:loaded',function() {

$$('#products .f-bln label').each(function(label) {
	if ( oDiv = $('tt_'+label.id) ) {		
		new Tip(label, oDiv, {
			title: oDiv.title,
			// style: 'protoblue',
			stem: 'topLeft',
			hook: { tip: 'topLeft', mouse: true },
			offset: { x: 14, y: 14 }
		});
	}
});




});  // end DOM:LOADED