static cached LS bb_woodyImageNames() { new LS imageNames; for (S file : tlft(loadPage(bb_woodyImageBaseURL() + "list.php"))) if (ewic(file, ".jpg")) imageNames.add(file); ret imageNames; }