
if (document.images) {
  SLIDES.replace_slides(ALBUMS[0].slides);
  SLIDES.image = document.images.SLIDESIMG;
  SLIDES.textid = "SLIDESTEXT";
  SLIDES.update();
}
if (false) SLIDES.shuffle();


// if (document.images) {
//   SLIDES[0].image = document.images.SLIDESIMG;
//   SLIDES[0].textid = "SLIDESTEXT";
//   SLIDES[0].update();
// }

// if (false) SLIDES[0].shuffle();

