// The paths to each of the pictures in the pool
PicturePaths[0]  = "images/photos/women_speakers/jung.jpg";
PicturePaths[1]  = "images/photos/women_speakers/moore.jpg";
PicturePaths[2]  = "images/photos/women_speakers/krawcheck.jpg";
PicturePaths[3]  = "images/photos/women_speakers/mulcahy.jpg";
PicturePaths[4]  = "images/photos/women_speakers/desmond.jpg";
PicturePaths[5]  = "images/photos/women_speakers/sawyer.jpg";
PicturePaths[6]  = "images/photos/women_speakers/barnes.jpg";
PicturePaths[7]  = "images/photos/women_speakers/dillman.jpg";
PicturePaths[8]  = "images/photos/women_speakers/woertz.jpg";
PicturePaths[9]  = "images/photos/women_speakers/albright.jpg";
PicturePaths[10]  = "images/photos/women_speakers/meeker.jpg";
PicturePaths[11]  = "images/photos/women_speakers/stahl.jpg";
PicturePaths[12]  = "images/photos/women_speakers/snider.jpg";
PicturePaths[13]  = "images/photos/women_speakers/mcgrath.jpg";
PicturePaths[14]  = "images/photos/women_speakers/dutt.jpg";



// The picture captions.
// This array must be the same size as the PicturePaths.
PictureCaptions[0]  = "Andrea Jung<BR>Chairman and CEO<BR>Avon Products";
PictureCaptions[1]  = "Ann Moore<BR>Chairman and CEO<BR>Time Inc.";
PictureCaptions[2]  = "Sallie Krawcheck<BR>CFO<BR>Citigroup, Inc.";
PictureCaptions[3]  = "Anne Mulcahy<BR>Chairman and CEO<BR>Xerox";
PictureCaptions[4]  = "Susan Desmond-Hellmann<BR>President of Product Development<BR>Genentech";
PictureCaptions[5]  = "Diane Sawyer<BR>Co-Anchor<BR>Good Morning America";
PictureCaptions[6]  = "Brenda Barnes<BR>President and CEO<BR>Sara Lee";
PictureCaptions[7]  = "Linda Dillman<BR>EVP, Risk Management, Benefits and Sustainability<BR>Wal-Mart";
PictureCaptions[8]  = "Patricia A. Woertz<BR>President and CEO<BR>ADM";
PictureCaptions[9]  = "Madeleine Albright<BR>Founder<BR>Albright Group LLC";
PictureCaptions[10]  = "Mary Meeker<BR>Managing Director<BR>Morgan Stanley";
PictureCaptions[11]  = "Lesley Stahl<BR>Correspondent, 60 Minutes<BR>CBS News";
PictureCaptions[12]  = "Stacey Snider<BR>Co-chairman and CEO<BR>DreamWorks SKG";
PictureCaptions[13]  = "Judy McGrath<BR>Chairman and CEO<BR>MTV Networks";
PictureCaptions[14]  = "Barkha Dutt<BR>Managing Editor 24X7<BR>New Delhi Television Ltd. (NDTV)";


// The URLs to link the pictures to.  Leave blank if there is no URL.
// This array must be the same size as the PicturePaths.
PictureLinks[0]  = "";
PictureLinks[1]  = "";
PictureLinks[2]  = "";
PictureLinks[3]  = "";
PictureLinks[4]  = "";
PictureLinks[5]  = "";
PictureLinks[6]  = "";
PictureLinks[7]  = "";
PictureLinks[8]  = "";
PictureLinks[9]  = "";
PictureLinks[10]  = "";
PictureLinks[11]  = "";
PictureLinks[12]  = "";
PictureLinks[13]  = "";
PictureLinks[14]  = "";











