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/RMAB/RMB- balloon cars.jpg");
pics.push("images/RMAB/RMB- experiment.jpg");
pics.push("images/RMAB/RMB- observations.jpg");
pics.push("images/RMAB/RMB- plant parts2.jpg");
pics.push("images/RMAB/RMB- plant parts3.jpg");








