$(function() {
$('#set1 *').tooltip();

$('a.title').tooltip({
	track: true,
	delay: 0,
	showURL: false,
	showBody: " - "
});

});
