
arQuote = new Array;
arQuote[0] = new Array("The PowerPath screening helped me improve my learning skills and told me how I needed to learn.  The blue report that we went over had a lot of new tactics for me on how to learn and remember things. ","Dustin N., OH");
arQuote[1] = new Array("Before the screening I didn’t really know why I had such a hard time learning and paying attention.  I was in a resource room for a while, I’ve had a 504 tutor, and I’ve had lots of help.  But, nothing has helped me the way PowerPath has helped me.  It was all about me!  <br><br>The screening really worked at finding out what was going on with me.  The results made me feel so good.  At last I knew what I needed to do!  <br><br>I could begin to tell my teachers how I needed to learn.  I understand me now a lot better and my teachers understand me a lot better too.  ","Dustin N., OH");
arQuote[2] = new Array("When I took the screening I was excited because I wanted to find ways to do better in school.  The screening was awesome and when you gave me the report it made everything become clearer for me. <br><br>Like the color overlay....I could finally see the page and read without getting jumpy or getting a headache.  I think I could read forever now!  <br><br>And the report said I should wear my hat when I need to read!  WOW!  I’ve been telling my teachers I needed my hat to read forever!","Dustin N., OH");
arQuote[3] = new Array("When I read my PowerPath report and found out the strategies I needed - it all began to make sense.  Why didn’t anyone ever tell me these things before?  <br><br>Like, I can’t sit still for very long.  The report said that I should get up and walk around when I needed to and that I should hold something in my hand to jiggle.  <br><br>These are such easy ideas and medications never worked for me.","Dustin N., OH");
arQuote[4] = new Array("I showed my OWE teacher the report.  We went over it together.  He said I could get up when I needed to and that he would find ways to get me up - like I could be the person to pass out or collect papers. He said I could jiggle whatever I wanted to as long as I didn’t bother anyone around me. <br><br>It felt so terrific to finally have MY teacher KNOW what I needed!   I could have told him what I needed but he wouldn’t have listened, but the report told him and he did listen!  ","Dustin N., OH");
arQuote[5] = new Array("Every year there is a Knowledge Bowl at my school.  Like it said in the report to do, I wrote the questions and answers on blue cards and then I read them into the tape recorder. I studied the questions and answers by using the cards and listening to the answers on the tape recorder. <br><br>I studied hard and I WON THE KNOWLEDGE BOWL.  I felt smart!  For the first time!  AND now everyone thinks I’m smart too! ","Dustin N., OH");
arQuote[6] = new Array("Thanks for everything!  You and PowerPath have given me the life I’ve always wanted!","Dustin N., OH");
arQuote[7] = new Array("PowerPath showed me that being different is not bad.  I just needed to learn HOW I learn.","Cathy B., ME");
arQuote[8] = 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! <br><br> 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[9] = new Array("Implementing PowerPath has had a huge impact on persistence in our program. Students that would have previously fallen through the cracks or dropped out are returning to our program in record numbers.  <br><br>In fact, we have found an over 205% increase in contact hours for our PowerPath students compared to our non-PowerPath students!  The increase in our student skill levels pre-post testing is also astounding.  <br><br>Using the PowerPath system is allowing us to help our learners stop the cycle of frustration and failure to succeed. ","Susan R., NM");
arQuote[10] = 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 students in our program.","Margaret G., MT");

RightNow = new Date();
dayOfMonth = RightNow.getDate();
rand_num = Math.ceil(Math.random()*10) 


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>");

