
arQuote = new Array;
arQuote[0] = new Array("[PowerPath] has developed a wonderful tool for our ESOL students.  She has also pointed out that many of us think we don’t have “ESOL” students because we think of them as Spanish speakers from another country.  <br><br>In reality, any student who has another language spoken at home may face issues with being culturally, not just linguistically, different – even if they have gone to U.S. schools all their lives! We have lots of those here!","Maria, NM");
arQuote[1] = new Array("Because she did not speak English at home as a child or as an adult, I gave her the CLD interview… I estimated her Student Performance Level to be a V.  <br><br>Her CLD interview revealed that she had 6 years of elementary education.  She stopped school for five years when she went to live with her grandmother on a farm.  She returned to school at the age of 19 to do three years of “junior high.”  <br><br>Finally, she has had 3 years of career training to be a laboratory technician, taking biology and other sciences.  She had one year of practice in the field.  <br><br>All of this education was in Mexico and may never have been discovered without this valuable tool.","Karen L., OH");
arQuote[2] = new Array("I appreciate the quality tool that PowerPath is and look forward to (the new software) as well as the Spanish protocols. <br><br>Our whole program has progressed in the glow from PowerPath.  The information gleaned is outstanding, the focus it gives the tutor and learner is phenomenal and the partnering has been embraced by everyone here in a fervent manner.  <br><br>Our program is forever changed and we thank you.","Mary H., OK");

RightNow = new Date();
dayOfMonth = RightNow.getDate();
rand_num = Math.ceil(Math.random()*2) 


document.write("<div style='padding-top:50px; '>");
document.write("<table><tr><td style='width:336px; background-color:#ffffd4; padding:20px 20px 20px 20px;'>");
document.write("<span class='quote'>&quot;");
document.write(arQuote[rand_num][0]);
document.write("&quot;<br><br>");
document.write(arQuote[rand_num][1]);
document.write("</td></tr></table>");
document.write("</div>");


