Thanks for the hint.
That document set me on the right path. Eventually I ended up with an object identification that look something that looks like:
var Item = evalXPath("/html/body/div[13]/div/div[2]/div/div/div/div[2]/div/div/div/div/div/form/div[4]/div/div[3]/div/div[2]/ul/li/a");
Photo = Item.slice(12);
random(Photo);