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/RMAH/RMHA- Chimney Cave.JPG");
pics.push("images/RMAH/RMHA- Menan butte.JPG");
pics.push("images/RMAH/RMHA- Rescue skills5.JPG");
pics.push("images/RMAH/RMHA- sharing time.JPG");
pics.push("images/RMAH/RMHA- Wolverine Canyon.JPG");
