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