SLIDES = new slideshow("SLIDES");

s = new slide();
s.src  = "http://photos.rajiv.com/photos/97305380-M.jpg";
s.text = "Rajiv at Disney's Animal Kingdom Theme Park in Orlando";
SLIDES.add_slide(s);

s = new slide();
s.src  = "http://photos.rajiv.com/photos/224400177-M.png";
s.text = "Reddit Alien caricature of Rajiv by Alexis Ohanian, Co-Founder of Reddit.com";
SLIDES.add_slide(s);

s = new slide();
s.src  = "http://photos.rajiv.com/photos/65965579-M.jpg";
s.text = "Rajiv Pant";
SLIDES.add_slide(s);

s = new slide();
s.src  = "http://photos.rajiv.com/photos/65965626-M.jpg";
s.text = "Rajiv Pant";
SLIDES.add_slide(s);

s = new slide();
s.src  = "http://photos.rajiv.com/photos/13231400-M.jpg";
s.text = "Rajiv visiting the Atlanta Botanical Gardens";
SLIDES.add_slide(s);

s = new slide();
s.src  = "http://photos.rajiv.com/photos/10610883-M.jpg";
s.text = "Rajiv near Chattahoochee river in Atlanta, Georgia";
SLIDES.add_slide(s);

s = new slide();
s.src  = "http://photos.rajiv.com/photos/41203749-M.jpg";
s.text = "Rajiv backstage at a concert";
SLIDES.add_slide(s);

s = new slide();
s.src  = "http://photos.rajiv.com/photos/10310730-M.gif";
s.text = "A caricature of Rajiv by Ches Wajda";
SLIDES.add_slide(s);

s = new slide();
s.src  = "http://photos.rajiv.com/photos/10310726-M.gif";
s.text = "Rajiv when he was a baby";
SLIDES.add_slide(s);




