var i=0;
function addChild()
{
var newchild=document.createElement("div");
document.getElementById("di").appendChild(newchild);
newchild.innerText="ok";
}
function addChild()
{
var newchild=document.createElement("div");
document.getElementById("di").appendChild(newchild);
newchild.innerText="ok";
}