jQuery.fn.linkToolTip = function() {
	return this.each(function() {
		jQuery(this).tooltip({
			showURL: false,
			track: true,
			showBody: "-",
			extraClass: "linkToolTip"
		});
	});
};
