function new_rant_attachment() { var list = document.getElementById('rant_attachment_list'); var elt = document.createElement('li'); elt.innerHTML = ''; list.appendChild(elt); }