$$('#staff tr').each(function (node){
	if(node.id != "" && $('tt_' + node.id.substr(2))) {
		var my_tooltip = new Tooltip(node.id, 'tt_' + node.id.substr(2));
	}
});