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