
arQuote = new Array;
arQuote[0] = new Array("After 40 years of teaching, it’s wonderful to know that I still can learn exciting new things to work with our students and tutors.  Now we can really have an opportunity to help both of them, students and tutors, achieve their personal goals.","Agnes H.,  NJ");
arQuote[1] = new Array("Best training of my life – has totally changed the way I teach and how we’ve structured our program.","Cheyenne T.,  OR");
arQuote[2] = new Array("Thank you so much for enabling me to change someone’s life.  Through PowerPath’s training with Dr. Weisel, we can now offer all of our students the best possible opportunity for success.","Stephanie P., NM");
arQuote[3] = new Array("We are making a tremendous impact in our county with the use of PowerPath’s cutting edge system!  <br><br>Our PowerPath trainings have included an array of United Way supported programs.  These programs range from literacy to workplace programs, faith-based to community-base organizations plus the Tarrant County Workforce Development services.  <br><br>The skills needed to conduct the PowerPath System are skills that all community service programs need…..ways to ensure that clients learn to take responsibility for their own lives and their own achievement. ","Joan G., TX");
arQuote[4] = new Array("Through the PowerPath trainings, our staff now has a clear path to increasing their client’s outcomes and really changing lives. <br> <br>As a PowerPath Coach, it has been an honor to bring such worthy literacy and workforce development programs onboard with PowerPath’s user-friendly system.","Joan G., TX");
arQuote[5] = new Array("I have a Master’s Degree in Special Education and Learning Disabilities. I never felt like I knew anything. This training was like a Master’s Degree Program in real, helpful knowledge. Talk about empowered! <br><br>Now, I KNOW how to empower my students too! PowerPath is the approach that puts it all together and my students are showing tremendous success.","Terry M., MT");

RightNow = new Date();
dayOfMonth = RightNow.getDate();
rand_num = Math.ceil(Math.random()*5) 


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>");


