// JavaScript Document SLIDES = new slideshow("SLIDES"); s = new slide('photos/597'); s.src = "photos/597"; s.link = ""; s.title = 'Hastings'; s.date = 'Jul. 27, 2003'; s.caption = ''; s.width = 500; s.height = 375; SLIDES.add_slide(s); s = new slide('photos/598'); s.src = "photos/598"; s.link = ""; s.title = 'Hastings '; s.date = 'Jul. 27, 2003'; s.caption = ''; s.width = 500; s.height = 375; SLIDES.add_slide(s);