!7
html {
L l = ai_triplesWithB("is the opposite of");
TripleWeb w = random(l);
S contents = smartBot_linkedTopic(w.a) + " - " + smartBot_linkedTopic(w.b);
ret loadJQuery()
+ hjssnippet(#1013440)
+ hcenter(hdiv(contents, id := "big", style := "width: 100%"))
+ hscript([[ jQuery("#big").fitText(); ]]);
}