Some util functions:
expose(object) |
shows object's key/value pairs |
ce(nodeName, parentNode) |
createElement - parent optional |
ct(text, parentNode) |
create text node - parent optional |
gebi(id) |
document.getElementById(id) |
The table above has an id='tab'.
There's a div with id='d' at the bottom of the document.