Alright, I've had this problem for a while, but haven't been able to figure out what's causing it. After searching forever looking through manuals and such, I think I found the answer though I don't know how to solve it.
First, here is the code:
[CODE=javascript]var thetable = document.getEle mentById(theHd) ;
var oldrow = document.getEle mentById('nopar t');
if (oldrow) {thetable.tBodi es[0].removeChild(ol...