rnd.today=new Date();rnd.seed=rnd.today.getTime(); 
function rnd() { 
rnd.seed = (rnd.seed*9301+49297) % 233280;
 return rnd.seed/(233280.0);
};
function rand(number) { 
return Math.ceil(rnd()*number);
};
// end central randomizer. 

var totalStatements = 3;
text = new Array(totalStatements);

text[1]="<span class=testimonial>&quot;This course is rigorous and provides learners with an experience that is great in both breadth and depth... I believe the self-paced nature of the course will be attractive to professionals who are trying to engage in continuing education... I enjoyed the pop quizzes. They reinforced the instructional materials and gave me the opportunity to obtain immediate feedback on my progress.&quot;<p class=content><div align=right>Molly Lane, Instructor and PhD candidate,<br>Department of Educational Technology, Purdue University</div></span>"

text[2]="<span class=testimonial> &quot;We in US and Canada have a BIG job to disseminate the information that has been consolidated from the DRI committees... and dietitians need help with the application. This product is certainly an excellent piece of that puzzle.&quot; <p class=content><div align=right>Ann Coulston MS,RD, FADA; Former President of the American Dietetic Association and  member of the DRI Subcommittee on Implementation and Uses&nbsp;&nbsp;</div></span>"

text[3]="<span class=testimonial> &quot;This comprehensive course is an excellent example of a much needed and timely self-study program... This course fills a gap by equipping dietetics practitioners, educators and researchers with information necessary to translate the science behind the DRIs ...so that these values can be implemented appropriately and accurately. &quot;  <p class=content><div align=right>Heidi Silver, PhD, RD, CNSD - Research Assistant Professor and Associate Director of Research, National Policy and Resource Center on Aging, Florida International University</div></span>" 











