adam@1702: function setIt(id, html) { adam@1702: setInnerHTML(document.getElementById(id), html); adam@1702: }