extract text from html tag, regexp
data.replace(/[^<]*(<a href="([^"]+)">([^<]+)<\/a>)/g, function() { matches.push(arguments[2]); });