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);


QUOTES = new slideshow("QUOTES");

q = new slide();
q.text = "Victory is not defeating others. Victory is winning others.";
q.src  =  "/common/images/small_icons/smiley.gif";
QUOTES.add_slide(q);

q = new slide();
q.text = "Ordinary people do extraordinary things.";
q.src  =  "/common/images/small_icons/smiley.gif";
QUOTES.add_slide(q);

q = new slide();
q.text = "Girls are like internet domain names. The ones I like are already taken.";
q.src  =  "/common/images/small_icons/smiley.gif";
QUOTES.add_slide(q);

q = new slide();
q.text = "Do you know what 'Cooltar' means?";
q.src  =  "/common/images/small_icons/smiley.gif";
QUOTES.add_slide(q);

q = new slide();
q.text = "We must support our close ones, even in their mistakes. However, it must be clear that it is our close ones and not the mistake we are supporting. --&nbsp;<em>Mohandas&nbsp;Gandhi</em>";
q.src  =  "/common/images/small_icons/smiley.gif";
QUOTES.add_slide(q);

q = new slide();
q.text = "Emotion &amp; Intuition are higher forms of logic &amp; reasoning which have evolved over time from the collective experience of many.";
q.src  =  "/common/images/small_icons/smiley.gif";
QUOTES.add_slide(q);

q = new slide();
q.text = "Each person is unique, just like everyone else.";
q.src  =  "/common/images/small_icons/smiley.gif";
QUOTES.add_slide(q);

q = new slide();
q.text = "My programs never cra";
q.src  =  "/common/images/small_icons/smiley.gif";
QUOTES.add_slide(q);

