var newWhim = document.getElementById('menu_whim'); if(newWhim){ var c = newWhim.cloneNode(true); document.getElementById('blah').appendChild(c); }