if (document.images) {
  SLIDES1.image = document.images.SLIDESIMG1;
  SLIDES1.textid = "SLIDESTEXT";
  SLIDES1.update();
  SLIDES1.goto_random_slide();
  SLIDES1.shuffle();
  SLIDES1.timeout = 5000;
  SLIDES1.play();
}

