SLIDES = new slideshow("SLIDES");
SLIDES.timeout = 5000;
SLIDES.prefetch = 1;
SLIDES.repeat = true;

// Add new chunk here

// Closing: NA
s = new slide();
s.src = "images2/industry_talk.png";
s.link = "http://www.ece.nus.edu.sg/events/Industry_Talk/";
SLIDES.add_slide(s)

// Closing: NA
s = new slide();
s.src = "images2/spot_safety.gif";
s.link = "http://www.ece.nus.edu.sg/students/safety/announcements.htm";
SLIDES.add_slide(s)

// Closing: 13 Aug 05
s = new slide();
s.src = "images2/celebrate.gif";
s.link = "http://www.ece.nus.edu.sg/alumni/ECE Alumni Family Day/";
SLIDES.add_slide(s)

// Closing: 10 Aug 05
//s = new slide();
//s.src = "images2/marvell.gif";
//s.link = "http://www.ece.nus.edu.sg/students/scholarships/marvell.pdf";
//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=800,height=600,resizable=yes,scrollbars=yes,location=yes,menubar=yes,toolbar=yes";

}
