document.all[0] //или document.getElementsByTagName('div')[0]
var trash = document.all[0]; trash.parentNode.removeChild(trash);