// JavaScript Document SLIDES = new slideshow("SLIDES"); s = new slide('photos/651'); s.src = "photos/651"; s.link = ""; s.title = 'Edinburgh Mela'; s.date = 'Aug. 31, 2003'; s.caption = ''; s.width = 500; s.height = 375; SLIDES.add_slide(s); s = new slide('photos/653'); s.src = "photos/653"; s.link = ""; s.title = 'Edinburgh Mela'; s.date = 'Aug. 31, 2003'; s.caption = ''; s.width = 500; s.height = 375; SLIDES.add_slide(s);