
arQuote = new Array;
arQuote[0] = new Array("PowerPath showed me that being different is not bad.  I just needed to learn HOW I learn.","Cathy B., ME");
arQuote[1] = new Array("In our 6/07 year we had 417 students go through at least the Big 4 at orientation.  Of these students, 406 showed up for classes after completing orientation!  This is a dynamic retention rate for our program!  <br><br>In the past we may have had more students attend orientation, but then so many fell through the cracks and disappeared.","Holly P., OH");
arQuote[2] = new Array("Excellent information.  The approach is so practical yet based on solid research.  This program has truly made the difference in helping and retaining the LD students in our program.","Margaret G., MT");
arQuote[3] = 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()*3) 


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>");


