for (i = voidElementNames.length; i--;) {
  tagName = voidElementNames[i]
  MarkupBuilder.prototype[tagName] = new Function("options",
    "this.elem('" + tagName + "', options); return this")
}