True, but other languages like PHP and ASP can be used to implement what the OP wants quite simply, though it's overkill to have a whole style sheet change just for a different background image. What would be better is to change the link to the image itself to something like
**
http://www.example.com/images/random
where 'random' is actually a script (you may need to add an extension, like .php, depending on your server configuration). From a list, this script then chooses and redirects the client to an image at random. The script could also return the image data itself, but a redirect would allow the image to be cached with zero effort.
Mike
Bookmarks