ss.pre_update_hook = function() {
  return;
}

ss.post_update_hook = function() {
  return;
}

if (document.images) {

  // Tell the slideshow which image object to use
  ss.image = document.images.ss_img;

  // Randomize the slideshow?
  ss.shuffle();

  // Set up the select list with the slide titles
  //config_ss_select();

  // Update the image and the text for the slideshow
  ss.update();

  // Auto-play the slideshow
  ss.play();
  ss.update();
}