function(head, req) { provides("html", function() { icount = 0; html = "
    \n"; html += "\n"; while (row = getRow()) { html += ""; html += ""; html += ""; html += ""; html += "\n"; icount += 1; } html += "
    " + icount + "" + row.key + "" + row.value + "
    \n"; html += ""; return html; }); }