>> Canyou tell me how to reference a specifc image in the pics collection?
I
tried pic.image_url[0] but it didn't work...
Try window.document.getElementsByTagName('img') for the collection.
Then you can access with the [x] to the specific img you want.
Hope it helps.