$(document).ready(function(){	
	$("#slider").easySlider({
	});
	
	 $('a').attr('title' , function() { return $(this).text(); }); 
});