JavaScript Get Next Dom Element
document.getElementById('foo2').nextSibling;
Friendly Hawk
document.getElementById('foo2').nextSibling;