I'm assuming that you don't have access to the HTML to modify it with an appropriate ID tag. The only other way to access the images programmatically would be to use:

$IE.document.images[x]

where x is the index of the image you're looking for. If the page isn't changing and you can rely on the image index staying the same, then that would be a way you could go about it.
_________________________
Stevie