var oItem =	document.createElement("LI")oItem.appendChild(document.createTextNode("JScript"))oList.replaceChild(oItem, oList.lastChild)