$(document).ready(function() { 
	$('.photo-copyright .hit-area').tooltip({
		bodyHandler: function() {
			return $('.info', $(this).parent("div")).html();
		},
		showURL: false,
		track: true
		
	});
});
