SLIDES = new slideshow("SLIDES");
SLIDES.timeout = 5000;
SLIDES.prefetch = 1;
SLIDES.repeat = true;

// Add new chunk here


// Closing: 7 Dec 06
s = new slide();
s.src = "images/home/0610/bnr_bio_7dec06.gif";
s.link = "http://www.dbs.nus.edu.sg/proteomicstructbio06/";
SLIDES.add_slide(s)


// Closing: 30 Nov 06
s = new slide();
s.src = "images/home/0609/bnr_med_30nov06.jpg";
s.link = "http://medicine.nus.edu.sg/corporate/joint_msc.shtml";
SLIDES.add_slide(s)

// Closing: 15 Jan 07
s = new slide();
s.src = "images/home/0609/bnr_tliap_15jan07.gif";
s.link = "http://www.tliap.nus.edu.sg/dmp/default.aspx";
SLIDES.add_slide(s)


// Closing: 15 Dec 06
s = new slide();
s.src = "images/home/0609/bnr_gms_15dec06.gif";
s.link = "http://www.gms.edu.sg/";
SLIDES.add_slide(s)


// Closing: 11 Feb 07
s = new slide();
s.src = "images/home/0608/bnr_apmec_11feb07.gif";
s.link = "http://medicine.nus.edu.sg/events/apmec4/";
SLIDES.add_slide(s)


// Closing: 31 Mar 07
s = new slide();
s.src = "images/home/0607/bnr_sma_31mar07.gif";
s.link = "http://web.mit.edu/sma/students/programmes/index.htm";
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";

}
