$(function() {
	$('a.tooltip[title]').hovertip();
	$('input.tooltip[title]').hovertip();
});

