I am using a [url]http://photomatt.net/scripts/randomimage/[/url] on a site in which I
have 2 different images on each templated page (random images throgh a site).
The two images call to 2 different folders with the random image script in them
(to get 2 distinct images). Thus, 2 different random images. My issue is that
it seems that most browsers at some point do not call for a new image but use
what was there in the last page as it is the same name:

[url]http://ansano.com/asl/images/random/top/random_image.php[/url]
or
[url]http://ansano.com/asl/images/random/bottom/random_image.php[/url]

Any idea of how to force a browser to call the PHP script? Or how to change it
so it works site wide?

Thanks!!