Given the following HTML document, I need to keep the \"Table title\" line on the same page as the <table> when being printed in IE8.
It seems that in Javascript, if you have a reference to some DOM element, and then modify the DOM by adding additional elements to document.body, your DOM reference becomes invalidated.