function text(){
};

text = new text();
number = 0;

// textArray

text[number++] = "<img src=../images/success_stories_valencia_200.jpg width=200 height=216 alt=\"Valencia Waller\"><p class=grey_title>Success Story: Valencia Waller</p><p>Valencia Waller began working with NLEN\'s <a href=\"../programs/building_beyond.php\">Building Beyond</a> program in 2003 at the age of 19. She obtained her Microsoft Excel certificate and NLEN helped her secure a job at Union Station. About NLEN, Valencia says, \"they keep on helping me...they want to see me do better.\" <a href=\"../success_stories/valencia_waller.php\">Read Valencia\'s story &raquo;&raquo;</a></p>"

text[number++] = "<img src=../images/success_stories_flanagan_200.jpg width=200 height=216 alt=\"Allen Flanagan\"><p class=grey_title>Success Story: Allen Flanagan</p><p>Allen graduated from the <a href=\"../programs/u_turn.php\">U-Turn Permitted</a> program in 2001. Since then he secured  job at the University of Illinois - Chicago and is an independent painting contractor. He\'s also in his third year of college working toward his bachelor\'s degree. As Allen put\'s it: \"ain\'t nothing impossible.\" <a href=\"../success_stories/allen_flanagan.php\">Read Allen\'s story &raquo;&raquo;</a></p>"

text[number++] = "<img src=../images/success_stories_jones_200.jpg width=200 height=216 alt=\"Sam Jones\"><p class=grey_title>Success Story: Sam Jones</p><p>Sam completed <a href=\"../programs/u_turn.php\">U-Turn Permitted</a> in 2002 and is currently employed at the North Lawndale Starbucks. Reflecting on his life on the streets before finding NLEN, and the changes he\'s been able to put in place since completing UTP, Sam says, \"for me the illusion was shattered...it was like crossing the street.\" <a href=\"../success_stories/sam_jones.php\">Read Sam\'s story &raquo;&raquo;</a></p>"

text[number++] = "<img src=../images/success_stories_thomas_200.jpg width=200 height=216 alt=\"Vincent Thomas\"><p class=grey_title>Success Story: Vincent Thomas</p><p>Vincent Thomas completed <a href=\"../programs/u_turn.php\">U-Turn Permitted</a> and has been working at Trinity Hospital for more than three years. He\'s won awards including the system-wide MVP award given to employees who exemplify the mission, values and philosophy of the Advocate Health Care System. Vincent has also overcome an  addiction and homelessness, and is an advocate for formerly incarcerated individuals. <a href=\"../success_stories/vincent_thomas.php\">Read Vincent\'s story &raquo;&raquo;</a></p>"

text[number++] = "<img src=../images/success_stories_stacy_200.jpg width=200 height=216 alt=\"Stacy Johnson\"><p class=grey_title>Success Story: Stacy Johnson</p><p>Through NLEN\'s <a href=\"../programs/u_turn.php\">U-Turn Permitted</a> program Stacy Johnson found a job with Trinity Hospital in January 2003.  She\'s worked there ever since.  Before coming to NLEN Stacy did not think she could get a job.  Now she\'s in training to become a radiologist. <a href=\"../success_stories/stacy_johnson.php\">Read Stacy\'s story &raquo;&raquo;</a></p>"


increment = Math.floor(Math.random() * number);

document.write(text[increment]);


