SLIDES = new slideshow("SLIDES");
SLIDES.timeout = 5000;
SLIDES.prefetch = 1;
SLIDES.repeat = true;

// Add new chunk here

// Closing: 31 May 2007
s = new slide();
s.src = "image/Advert_Banner_May_09_II.jpg";
s.link = "http://www.nus.edu.sg/ngs/NGSS.shtml";
SLIDES.add_slide(s)

// Closing: 15 Nov 06
//s = new slide();
//s.src = "image/spotlight_Feb07_03.gif";
//s.link = "http://gpbe.nus.edu.sg/";
//SLIDES.add_slide(s)

//s = new slide();
//s.src = "image/stud_feedback_spotlight.gif";
//s.link = "http://www.nus.edu.sg/students";
//SLIDES.add_slide(s)

// Closing: 16 Jan 07
//s = new slide();
//s.src = "image/spotlight_network_session_Jan07.gif";
//s.link = "http://www.nus.edu.sg/ngs/ngs_network_jan2007.shtml";
//SLIDES.add_slide(s)


//----------------
// DO NOT add or remove anything here from this point onwards
//----------------
// The following loop sets an attribute for all of the slides.
// This is easier than setting the attributes individually.

for (var i=0; i < SLIDES.slides.length; i++) {

  s = SLIDES.slides[i];
  s.target = "nus";
  s.attr = "width=550,height=500,resizable=yes,scrollbars=yes,location=yes,menubar=yes,toolbar=yes";

}
