// test page - https://github.com/PlzenskyHackathon2013/ // written on Firefox with FireBug var teams = []; $x("//h3/a/text()").forEach(function (item) { teams.push(item.textContent); }); console.log(teams);