!7
p { ai_spec_init(); }
html {
bool authed = creatorAuthed();
S _topic = params.get("topic");
if (empty(_topic))
_topic = ai_randomString();
fS topic = _topic;
if (nempty(params.get("topic"))) { // not from "random topic" url
// post user's answers (verified or unverified)
}
S formURL =
smartBotRealURL() + "/dyn/" + psI(programID()) + "?topic=" + urlencode(topic);
L