function render (data) { var Input, key; for (key in data) { if (Input = document.getElementById(key)) { Input.value = data[key]; } } }