// The paths to each of the pictures in the pool
PicturePaths[0]  = "images/photos/leadership_speakers/rightnav/goodwin.jpg";
PicturePaths[1]  = "images/photos/leadership_speakers/rightnav/kelly.jpg";
PicturePaths[2]  = "images/photos/leadership_speakers/rightnav/roche.jpg";
PicturePaths[3]  = "images/photos/leadership_speakers/rightnav/dimicco.jpg";
PicturePaths[4]  = "images/photos/leadership_speakers/rightnav/goleman.jpg";
PicturePaths[5]  = "images/photos/leadership_speakers/rightnav/lyne.jpg";


// The picture captions.
// This array must be the same size as the PicturePaths.
PictureCaptions[0]  = "Doris Kearns Goodwin<BR>Pulitzer Prize Winning Author and Presidential Historian";
PictureCaptions[1]  = "Gary Kelly<BR>Vice Chairman and CEO<BR>Southwest Airlines Company";
PictureCaptions[2]  = "Gerard Roche<BR>Senior Chairman<BR>Heidrick &amp; Struggles";
PictureCaptions[3]  = "Daniel DiMicco<BR>Chairman, President and CEO<BR>Nucor Corporation";
PictureCaptions[4]  = "Daniel Goleman<BR>Author, <I>Emotional Intelligence</I>";
PictureCaptions[5]  = "Susan Lyne<BR>President and CEO<BR>Martha Stewart Living Omnimedia Inc.";



// 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]  = "";










