// success_summary.JS - Displays a random success story on the page.
//
//      For each Student Success Story, add an entry to this array.  
//      URL's should be relative to the website's root folder.
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
b++;a[b] = new Array(           // Do not edit this line  
 0   "Student Name",             // The student's name
 1   "Student Quote",            // A Short quote taken from the student's article
 2   "Thumbnail URL",            // The URL of the student's thumbnail photo
 3   "Story URL",                // The URL of the webpage for this student
 4   "Class of",                 // The year graduated from Capital
 5   "Where Now",                // Text from the Where Now section
    );                          // Do not edit this line
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

  a = new Array();b=0;
  b++;a[b] = new Array(
    "Susan Vendetti Koski",
    "The [Capital] experience transformed me ... to an independent woman with a truly global perspective on the world.",
    "images/SusanVendettiKoski.jpg",
    "success_story_sv.htm",
	"",
	"Sue is an Adjunct faculty member in Department of Social and Behavioral Sciences at Capital."
    );
 b++;a[b] = new Array(
    "Lilliam Martinez",
    "Professors and staff believed that I could achieve something, and they nurtured me until I believed it myself.",
    "images/LilliamMartinez_tn.jpg",
    "success_story_lm.htm",
	"1991",
	"Lilliam is an Associate Professor of Psychology at Capital Community College in Hartford, CT."
    );
  b++;a[b] = new Array(
    "Jeffery Holmes",
    "Attending Capital Community College was very special to me... I now feel that I can accomplish just about anything.",
    "images/JeffHolmes_tn.jpg",
    "success_story_jh.htm",
	"2003",
	"Jeffery obtained his B.S. in Psychology from University of Hartford in May 2006, and his M.S. in Organizational Psychology from University of Hartford in May 2008."
    );
  b++;a[b] = new Array(
    "Judith Burchell",
    "I had a great, great experience at Capital... They helped me grow and gave me a life and a future.",
    "images/JudithBurchell_tn.jpg",
    "success_story_jb.htm",
	"1999",
	"Judith earned her Bachelor's Degree at the University of Hartford in May, 2006, and plans to begin a Master's program there in 2007. She works full time running her own day care/pre-school."
    );
  b++;a[b] = new Array(
    "Michelle White",
    "My Capital Community College mentors... saw beyond a girl without confidence and helped me grow into a woman with a future wide open.",
    "images/MichelleWhite_tn.jpg",
    "success_story_mw.htm",
	"2001",
	"Michelle is Pursuing her PhD in Human Services from Capella University, and is an Instructor of Sociology at Capital Community College in Hartford, CT."
    );
  b++;a[b] = new Array(
    "Vicie Brooks",
    "Capital’s rigorous, innovative program equipped me with the essential patient care and professional teamwork skills to advance my career.",
    "images/VicieBrooks_tn.jpg",
    "success_story_vb.htm",
	"1993",
	"Vicie is a Registered Nurse and Manager of a medical/surgical teaching unit specializing in the care of neuro/trauma/ENT patients at Hartford Hospital."
    );
 