function text(){
};

text = new text();
number = 0;

// textArray

text[number++] = "<table width=175 align=right class=quote_table><tr><td><p class=grey_title>\"Statistic[s] said only 2 of 20 would make it...I said, 'Okay, where's the other one? 'Cause I'm the first.'\"<BR><a href=\"../success_stories/allen_flanagan.php\">Allen Flanagan</a>, U-Turn Permitted program graduate</p></td></tr></table>"

text[number++] = "<table width=175 align=right class=quote_table><tr><td><p class=grey_title>\"What I got was better than a job...I got a change in the way I think.\"<BR><a href=\"../success_stories/allen_flanagan.php\">Allen Flanagan</a>, U-Turn Permitted program graduate</p></td></tr></table>"

text[number++] = "<table width=175 align=right class=quote_table><tr><td><p class=grey_title>\"This is my foundation that I can build on.\"<BR><a href=\"../success_stories/ashanti_parks.php\">Ashanti Parks</a>, U-Turn Permitted program graduate.</p></td></tr></table>"

text[number++] = "<table width=175 align=right class=quote_table><tr><td><p class=grey_title>\"I didn't want what was behind me, I wanted what was before me.\"<BR><a href=\"../success_stories/vincent_thomas.php\">Vincent Thomas</a>, U-Turn Permitted program graduate.</p></td></tr></table>"

text[number++] = "<table width=175 align=right class=quote_table><tr><td><p class=grey_title>\"If I can stand out in the rain sleet, and snow [asking people for money], then I can get on the bus [to go to a job].\"<BR><a href=\"../success_stories/vincent_thomas.php\">Vincent Thomas</a>, U-Turn Permitted program graduate.</p></td></tr></table>"


text[number++] = "<table width=175 align=right class=quote_table><tr><td><p class=grey_title>Success Story:<BR>Meet <a href=\"../success_stories/shaunavera_tucker.php\">Shaunavera Tucker</a>, a graduate of our  Building Beyond program.</p></td></tr></table>"

text[number++] = "<table width=175 align=right class=quote_table><tr><td><p class=grey_title>Success Story:<BR>Meet <a href=\"../success_stories/eric_harris.php\">Eric Harris</a>, a graduate of our Resource Center.</p></td></tr></table>"

text[number++] = "<table width=175 align=right class=quote_table><tr><td><p class=grey_title>Success Story:<BR>Meet <a href=\"../success_stories/allen_flanagan.php\">Allen Flanagan</a>, a graduate of our U-Turn Permitted program.</p></td></tr></table>"

text[number++] = "<table width=175 align=right class=quote_table><tr><td><p class=grey_title>\"[I plan to] make it on my own because I deserve it.\"<BR><a href=\"../success_stories/stacy_johnson.php\">Stacy Johnson</a>, U-Turn Permitted program graduate.</p></td></tr></table>"

text[number++] = "<table width=175 align=right class=quote_table><tr><td><p class=grey_title>\"Together we can make it...this has been a great journey.\"<BR><a href=\"../success_stories/sam_jones.php\">Sam Jones</a>, U-Turn Permitted program graduate.</p></td></tr></table>"

text[number++] = "<table width=175 align=right class=quote_table><tr><td><p class=grey_title>\"I tapped into you people's resources...they made all possibilities come to life.\"<BR><a href=\"../success_stories/sam_jones.php\">Sam Jones</a>, U-Turn Permitted program graduate.</p></td></tr></table>"


text[number++] = "<table width=175 align=right class=quote_table><tr><td><p class=grey_title>\"They keep on helping me...they want to see me do better.\"<BR><a href=\"../success_stories/valencia_waller.php\">Valencia Waller</a>,  Building Beyond program graduate.</p></td></tr></table>"

text[number++] = "<table width=175 align=right class=quote_table><tr><td><p class=grey_title>\"I have goals. They taught me you need goals in order to keep going.\"<BR><a href=\"../success_stories/valencia_waller.php\">Valencia Waller</a>,  Building Beyond program graduate.</p></td></tr></table>"

increment = Math.floor(Math.random() * number);

document.write(text[increment]);

