// JavaScript Document SLIDES = new slideshow("SLIDES"); s = new slide('photos/147'); s.src = "photos/147"; s.link = ""; s.title = 'Jeremiah and Carrie'; s.date = 'Dec. 2001'; s.caption = ''; s.width = 500; s.height = 375; SLIDES.add_slide(s); s = new slide('photos/148'); s.src = "photos/148"; s.link = ""; s.title = 'Jeremiah and Carrie'; s.date = 'Dec. 2001'; s.caption = ''; s.width = 281; s.height = 375; SLIDES.add_slide(s); s = new slide('photos/149'); s.src = "photos/149"; s.link = ""; s.title = 'soy ice cream milkshakes Jeremiah made'; s.date = 'Dec. 2001'; s.caption = 'Vegan milkshakes that Jeremiah made for Carrie.'; s.width = 500; s.height = 375; SLIDES.add_slide(s); s = new slide('photos/150'); s.src = "photos/150"; s.link = ""; s.title = 'Carrie enjoying milkshake'; s.date = 'Dec. 2001'; s.caption = ''; s.width = 500; s.height = 375; SLIDES.add_slide(s);