How To/
function objectRefresh(obj){ var tmp = obj.cloneNode(true); obj.parentNode.replaceChild(tmp, obj); }