
arQuote = new Array;
arQuote[0] = new Array("Before I was screened with PowerPath, I had vision problems and could only explain what I was seeing as a tunnel of garble words out of focus and running together like a coke bottle effect.  For the past year I have gone through six pairs of glasses.  My sight was never corrected.  <br><br>My instructor heard what I was saying and screened me for vision problems and for visual stress syndrome.  She showed me a book.  There in bold print was a picture of what I have been seeing for the past five years.  I took that picture and my screening results to my doctor and said this is what I see every day.  <br><br>I finally have the proper glasses and can read better than ever.  I use color overlays and color paper too. Thank you PowerPath!","William H., OH");
arQuote[1] = new Array("I have always had a problem reading stuff.  I didn’t know that I was seeing words different from other people.  I thought I was just stupid and I was embarrassed to let people know that I couldn’t read.","Roger B., AL");
arQuote[2] = new Array("I think the color overlay helps a lot.  It helped take pressure off my eyes.","Rene B., OH");
arQuote[3] = new Array("I noticed a dramatic physical change in Ryan when he began to read using various colored overlays.  As we tried different colors and he rejected each, he visibly shook and jerked his head back when he saw the text under the blue overlay.  <br><br>Once he noticed the difference, he would not stop talking about how it makes his eyes feel comfortable and that it is clear and helps reduce light.  He said the overlay will help him read better.  <br><br>When I gave him 2 blue overlays he thanked me and said he couldn’t believe I gave them to him for free.  Ryan also emphasized that he won’t want to lose them and will use them at home and in class.","Mary D., NJ");
arQuote[4] = new Array("Most of the students screened have had some needs that were in the individual reports.  Each student was able to choose the interventions that they thought would most benefit them in their learning.  All of the students choose to use an overlay.  Many were awed by the difference it made!","Marjorie L., VA");

RightNow = new Date();
dayOfMonth = RightNow.getDate();
rand_num = Math.ceil(Math.random()*4) 


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>");


