Edit MochiKit's DOM utilities MochiKit, a library to "make javascript suck less" (read provides AJAX and other javascript functionality) provides DOM utilities to programmatically create HTML, rather than embedding html in a string. Doing it programmatically provides a few benefits, such as escaping of entities and guaranteeing well-formed html. But it may seem like extra work for those used to w