  var aryImages = new Array();

//Live...
  aryImages[0] = "images/full/live/2.jpg";
  aryImages[1] = "images/full/live/8e7a.jpg";
  aryImages[2] = "images/full/live/11.jpg";
  aryImages[3] = "images/full/live/2462.jpg";
  aryImages[4] = "images/full/live/00830004.jpg";
  aryImages[5] = "images/full/live/bd27.jpg";
  aryImages[6] = "images/full/live/c8cf.jpg";
  aryImages[7] = "images/full/live/Cize-@-Silver-Dollar-Room.jpg";
  aryImages[8] = "images/full/live/F10000021.jpg";
  aryImages[9] = "images/full/live/IMG_3943.jpg";
  aryImages[10] = "images/full/live/IMG_3946.jpg";
  aryImages[11] = "images/full/live/old-todd-keys.jpg";
  aryImages[12] = "images/full/live/Picture-008.jpg";
  aryImages[13] = "images/full/live/silv-dollar-feb1105---9.jpg";
  aryImages[14] = "images/full/live/accordion.jpg";
  aryImages[15] = "images/full/live/The-Lipton-Stage-Wide.jpg";
  aryImages[16] = "images/full/live/jimmy.jpg";
  aryImages[17] = "images/full/live/The-Little-Pilgrims-32-nxne.jpg";
  aryImages[18] = "images/full/live/tasteOfDanforth05.jpg";
  aryImages[19] = "images/full/live/pilgrimsAndTFC.jpg"
	

  for (i=0; i < aryImages.length; i++) {
    var preload = new Image();
    preload.src = aryImages[i];
  }

  function swap(imgIndex) {
    document['imgMain'].src = aryImages[imgIndex];
  }

