//READ ME
//
// The link must be inside some element with class "tooltipe_text"
// If you don't want a title to Tooltip start the "title" with "<>"
// If you want a new line, insert "<>" between 2 words in the "title"
//

$(function() {

$('.tooltip_text a').tooltip({
	track: true,
	delay: 0,
	showURL: false,
	showBody: "<>",
	fade: 400,
	top: 15,
	left: 15
});

});










