// JavaScript Document SLIDES = new slideshow("SLIDES"); s = new slide('photos/1232'); s.src = "photos/1232"; s.link = ""; s.title = 'Good-bye Josh!'; s.date = 'Mar. 5, 2004'; s.caption = 'We all met at some bar to say goodbye to Josh.'; s.width = 500; s.height = 375; SLIDES.add_slide(s); s = new slide('photos/1233'); s.src = "photos/1233"; s.link = ""; s.title = 'Good-bye Josh!'; s.date = 'Mar. 5, 2004'; s.caption = 'We all met at some bar to say goodbye to Josh.'; s.width = 500; s.height = 375; SLIDES.add_slide(s); s = new slide('photos/1234'); s.src = "photos/1234"; s.link = ""; s.title = 'Good-bye Josh!'; s.date = 'Mar. 5, 2004'; s.caption = 'We all met at some bar to say goodbye to Josh.'; s.width = 500; s.height = 375; SLIDES.add_slide(s); s = new slide('photos/1235'); s.src = "photos/1235"; s.link = ""; s.title = 'Good-bye Josh!'; s.date = 'Mar. 5, 2004'; s.caption = 'We all met at some bar to say goodbye to Josh.'; s.width = 500; s.height = 375; SLIDES.add_slide(s);