$(function() {
	$('#set1 img').tooltip(
		{
			showURL: false,
			track: true
		}
	);
}
);

