<!--


function text() {
};

text = new text();
number = 0;





// textArray
text[number++] = '"I have seen vast improvements in my daughter&rsquo;s ability to create exceptional reports, summaries, etc. for her classes...As a graduate, I have a new sense of direction in life"</i><BR><img src=\"images/space.gif\" width=1 height=6 border=0><BR></span><span class=bodygreysmall>- Yubettys Baez, Parent</span>'


text[number++] = '"Tatiana and I have always been close, but Technology Goes Home helped to cement our connection during these critical pre-teen years."</i><BR><img src=\"images/space.gif\" width=1 height=6 border=0><BR></span><span class=bodygreysmall>- Michelle Santos, Parent</span>'

text[number++] = '"[The program] changes the way you look at the world of modern technology.  The Technology Goes Home program has given us a jump start...and helps build a stronger relationship with your children..."</i><BR><img src=\"images/space.gif\" width=1 height=6 border=0><BR></span><span class=bodygreysmall>- Sheri Marshall White, Parent</span>'

text[number++] = '"With the help of the staff of Technology Goes Home, I was given a scholarship and successfully graduated from medical billing school.  I am now capable of earning twice as much as a year ago."</i><BR><img src=\"images/space.gif\" width=1 height=6 border=0><BR></span><span class=bodygreysmall>- Lisa Talbot, Parent</span>'





increment = Math.floor(Math.random() * number);

document.write(text[increment]);

//-->
