document.getElementById("top").innerHTML = newHTML;

document.getElementById("contact").className = "highlight";
document.getElementById("about").setAttribute("class", "highlight");

04-28 02:22