var pix = new Array();
pix[0]="splashmmtfa.jpg"
pix[1]="splashbob1a.jpg"
pix[2]="splashciegs01.jpg"
pix[3]="splashciegs03.jpg"
pix[4]="splashciegs04.jpg"
pix[5]="splashciegs05.jpg"
pix[6]="splashBike1.jpg"
pix[7]="splsh_buslogo.jpg"
pix[8]="splsh_pklot.gif"
pix[9]="splashaerialciegs07.jpg"
pix[10]="splsh_orangefountain.jpg"
pix[11]="splashciegs09_shelter.jpg"
//Random number generator

function randomNumber(n) {
  number = Math.floor(Math.random() * (n + 1));
  return number;
}
