- result = "<li class=\"singleResult\"><a href=\"/search/location/" + jsonObject[x].id + "\">" + jsonObject[x].venue_name + " " + jsonObject[x].address + " " + jsonObject[x].town + " " + jsonObject[x].postcode + "</a></li>";
- result = result.replace(term, "<strong>" + term + "</strong>")
- $("#results").append(result);