I'm trying to find a javascript that will let me rotate a different image on a web page at certain intervals. Mine needs to be specific, though. I have found some scripts that will change an image every day or randomly every time you visit the site.
However, I need a script that will change the image on Monday every week. I have a folder of 10 images and it needs to cycle through them in order (image_01-10) and after the 10th one start back at number 1 again.
If anyone knows of a script like this I'd appreciate letting me know. I have been looking around for a while now.
Thanks!