$(document).ready(function() {
						   
	$("#navigation-links a[title]").tooltip();
	
});
