tooltip bodyHandler / external function

tooltip bodyHandler / external function

The code below returns:

bodyContent is undefined

$('td.de a', tr ).tooltip({track:true,extraClass:'de',showURL:false, bodyHandler: function() {showstuff();} });

function showstuff() {
return "hello world";
}

Am I missing something?

Thanks!