Forum Moderators: open
Check the script to see if it is randomly picking an image and loading it (probably the case).
I've used one of these scripts (clients dig it, ugh!) and it only serves up one image per view, in which case it won't eat up additional bandwidth. Be sure to link the script externally, though.
foo = new Image (width, height);
foo.src = <image src>;
;)