static S randomEnglishWord() { try { S s = trim(loadPage("http://www.setgetgo.com/randomword/get.php")); assertNempty(s); ret s; } catch e { //print("Random word API broke"); printStackTrace(e); ret "random"; } }