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