sS hhiddenStuff(S secretHTML) { S id = aGlobalID(); S js = "document.getElementById(" + jsQuote(id) + ").innerHTML = " + jsQuote(secretHTML) + "; return false;"; ret span(ahref("#", "show", onclick := js), +id); }