static long imageServerCheckMD5(S md5) { assertTrue(isMD5(md5)); S s = loadPage(imageServerURL() + "checkmd5/" + md5); ret parseLongOpt(s); }