NumPics = 1; // number of pics to be displayed on page (this is the x in 'x of N')(drawn at random)
displayCaption = false;

// EDIT THIS ARRRAY TO INCLUDE THE SET OF ALL POTENTIAL IMAGES
theImages = new Array() // do not change this

// IMAGE NAMES ARRAY - relative path to images
// To add more image files, continue with the
// pattern below, adding to the array.
// PATTERN:
// theImages[x] = ['path to image', 'caption text'];

theImages[0]  = ['images/banner/banner_1.gif','1'];
theImages[1]  = ['images/banner/banner_2.gif','2'];
theImages[2]  = ['images/banner/banner_3.gif','3'];
theImages[3]  = ['images/banner/banner_4.gif','4'];
theImages[4]  = ['images/banner/banner_5.gif','5'];

