window.addEvent('domready',function() { 
									
	$$('a.popular').each(function(a) {
		a.removeProperty('title');	
	});
	 
});


