I have a database that stores the image name. The images are stored in a directory called img. In the database table images, I have fields image1 and image2. What I want is to display these images on a page. I want the script to check the database to see if there's image1, if so display it. If there is also an image2 I want image1 to be displayed for 10 seconds then for image2 to fade in or just appear where image1 was. I want image2 to appear for 10 seconds then go back to image1 and so on. Both images will be the same size.