$(document).ready(function()
{
	$('#wellcareTooltips li').tooltip(
	{
		track: true,
    bodyHandler: function()
    {
			var str = $(this).text();
  	  return $(this).html();
  	},
    showURL: false,
	  fixPNG: true,
		left:-33
	});
});
