// JavaScript Document SLIDES = new slideshow("SLIDES"); s = new slide('photos/285'); s.src = "photos/285"; s.link = ""; s.title = 'Ulrike\'s birthday dinner'; s.date = 'Feb. 8, 2003'; s.caption = 'Clockwise from top left: Sarah, Ulrike, Beata, Carrie'; s.width = 500; s.height = 375; SLIDES.add_slide(s); s = new slide('photos/286'); s.src = "photos/286"; s.link = ""; s.title = 'Ulrike\'s birthday dinner'; s.date = 'Feb. 8, 2003'; s.caption = 'Ulrike and Carrie'; s.width = 500; s.height = 375; SLIDES.add_slide(s); s = new slide('photos/287'); s.src = "photos/287"; s.link = ""; s.title = 'Ulrike\'s birthday dinner'; s.date = 'Feb. 8, 2003'; s.caption = 'Ulrike'; s.width = 500; s.height = 375; SLIDES.add_slide(s); s = new slide('photos/288'); s.src = "photos/288"; s.link = ""; s.title = 'Ulrike\'s birthday dinner'; s.date = 'Feb. 8, 2003'; s.caption = 'Beata'; s.width = 500; s.height = 375; SLIDES.add_slide(s); s = new slide('photos/289'); s.src = "photos/289"; s.link = ""; s.title = 'Ulrike\'s birthday dinner'; s.date = 'Feb. 8, 2003'; s.caption = 'Sarah'; s.width = 500; s.height = 375; SLIDES.add_slide(s); s = new slide('photos/290'); s.src = "photos/290"; s.link = ""; s.title = 'Ulrike\'s birthday dinner'; s.date = 'Feb. 8, 2003'; s.caption = 'Beata and Carrie'; s.width = 500; s.height = 375; SLIDES.add_slide(s);