Всё, справился, всем спасибо.
getUserInfo:function(href){
if(!href) href=hint.a.getAttribute('href');
if(hint.list[href]){
setContent(hint.list[href]);
hint.checkDocHeight();
return false;
}
if(href.match(/\/author_id([0-9]+)$/)){
var uid=parseInt(href.match(/\/id([0-9]+)$/)[1]);
if(uid) getUserInfo(false,uid,href);