static S findSnippet(S text, S title) { S url = "http://tinybrain.de:8080/tb-int/find-snippet.php" + "?title=" + urlencode(title) + "&md5=" + md5(text); S s = loadPage(url); ret isSnippetID(s) ? s : null; }