jQuery.noConflict();

var profiloAutore = "";
jQuery(function($){
	var txt = profiloAutore;
	if ( !txt.length ) return;
	var $txt = $('<div/>');
	$txt.html(txt);
	$('#txt').find('h2.autore:eq(0)>span, div.img_author:eq(0)').tooltip({
		bodyHandler: function() { return $txt; }
	}).css({cursor:'help'}).filter('span').css({borderBottom:'2px dotted #FFA480'});
});
