// Javascript code for random minisite ad on bottom left nav bar

// remember to ADD another image, increase the number by one where it says: images = new Array(3); 
// so that the number in brackets = total no. of images
// then add the line images[3] = ... so number increases and dont use DOUBLE quotes, just SINGLE quotes!

images = new Array(3);

images[0] = " ";

images[1] = " ";

images[2] = " ";

index = Math.floor(Math.random() * images.length);
