var backhand = function($) {
	
	function init() {
		$('a').attr('title','');
	}	
	
	$(document).ready( function() {
		init();
	});
	
}(jQuery);
