var pics = new Array(); // the array for the image URLs
var time = 6000; // this is in milliseconds, so multiply your seconds needed by 1000

// just put the URL to the image inside the quotation marks. To add a new image, just add another pics.push("") line
pics.push("images/Night/Inscribing-Hieroglyphs-400x316.jpg");
pics.push("images/Night/Tired-Participants-400x302.jpg");
pics.push("images/Night/Preparing-For-Bed-400x280.jpg");
pics.push("images/Night/Storage-Room-400x325.jpg");
pics.push("images/Night/Painting-a-Shawabty-400x291.jpg");
