function doe() { document.getElementById('x').appendChild(document.getElementById('y')); document.getElementById('y').appendChild(document.getElementById('d')); } window.onload=doe;