I would like to know if the following script exists out there. I have a website that I want to automatically switch out my header banner. But this is the way I want it to work: I have halloween.jpg, thanksgiving.jpg, christmas.jpg, etc. In my header, the css says <div style="background-image: url(header.jpg);"></div> HTML: So what I need the script to do is, some time shortly after halloween, somehow remove the current header.jpg and replace it with thanksgiving.jpg. I can think of a couple of ways to do this, but I don't know the php to do it: 1. Delete header.jpg, make a copy of thanksgiving.jpg, and then rename the copy to header.jpg 2. if Halloween just passed, then header.jpg is necessarily the same as halloween.jpg. So all that would need to happen is, rename header.jpg to halloween.jpg, and then rename thanksgiving.jpg to header.jpg. Those are just ideas. If the script already exists, I'd like to get a copy of it. I'm kinda broke and I'm moving to New York from Ohio, so just a link to a script would definitely be appreciated.