
arQuote = new Array;
arQuote[0] = new Array("I never take questions about PowerPath or the PowerPath Process lightly.  My long-term commitment and advocacy for struggling learners and the programs that serve them is my passion.  <br><br>I expect quality and the use of research-based practices in my work and the work of others.  I am not an ivory tower researcher.  Instead I have made my choice to stay near the front lines and translate research into practice.  ","Dr. Laura Weisel");

RightNow = new Date();
dayOfMonth = RightNow.getDate();
rand_num = Math.ceil(Math.random()*0) 


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>");

