// JavaScript Document SLIDES = new slideshow("SLIDES"); s = new slide('photos/16'); s.src = "photos/16"; s.link = ""; s.title = 'Aunt Linda and Uncle Butch'; s.date = 'Dec. 25, 2000'; s.caption = ''; s.width = 498; s.height = 375; SLIDES.add_slide(s); s = new slide('photos/17'); s.src = "photos/17"; s.link = ""; s.title = 'Grandmom with R2-D2'; s.date = 'Dec. 25, 2000'; s.caption = ''; s.width = 500; s.height = 375; SLIDES.add_slide(s); s = new slide('photos/18'); s.src = "photos/18"; s.link = ""; s.title = 'Naomi and Marley'; s.date = 'Dec. 25, 2000'; s.caption = ''; s.width = 404; s.height = 375; SLIDES.add_slide(s); s = new slide('photos/19'); s.src = "photos/19"; s.link = ""; s.title = 'Squinting Marley'; s.date = 'Dec. 25, 2000'; s.caption = ''; s.width = 510; s.height = 375; SLIDES.add_slide(s); s = new slide('photos/20'); s.src = "photos/20"; s.link = ""; s.title = 'Danner'; s.date = 'Dec. 25, 2000'; s.caption = ''; s.width = 500; s.height = 375; SLIDES.add_slide(s); s = new slide('photos/21'); s.src = "photos/21"; s.link = ""; s.title = 'Squinting Marley'; s.date = 'Dec. 25, 2000'; s.caption = ''; s.width = 500; s.height = 375; SLIDES.add_slide(s); s = new slide('photos/22'); s.src = "photos/22"; s.link = ""; s.title = 'Mom White'; s.date = 'Dec. 25, 2000'; s.caption = ''; s.width = 500; s.height = 375; SLIDES.add_slide(s); s = new slide('photos/23'); s.src = "photos/23"; s.link = ""; s.title = 'White family on the stairs'; s.date = 'Dec. 25, 2000'; s.caption = ''; s.width = 281; s.height = 375; SLIDES.add_slide(s); s = new slide('photos/24'); s.src = "photos/24"; s.link = ""; s.title = 'the tree'; s.date = 'Dec. 25, 2000'; s.caption = ''; s.width = 500; s.height = 375; SLIDES.add_slide(s);