var spCity = document.getElementById("spCity"); var spPrice = document.getElementById("spPrice"); spCity.innerHTML = "Genoa, NE"; spPrice.innerHTML = "$2.75 ";