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 = 6;
text = new Array(totalStatements);


text[1] = "<p>What an exciting development that PEN is expanding globally! Perhaps this is the start of an international dialogue on how dietetic knowledge is created and validated.<br /><br />- Karol Traviss RD<br />- Dietetic Education Coordinator, University of British Columbia </p>"

text[2] = "<p>Students can use PEN to guide their decisions concerning dietetics practice and to point them towards to the most relevant current literature and the thinking of experts in the field on a specific area of practice.<br /><br />- Maureen E. Rose, RD, PhD <br />- Professional Practice (Stage) in Dietetics Coordinator, McGill University.</p>"

text[3] = "<p>I am delighted that the BDA is able to collaborate with the Dietitians of Canada in this exciting initiative. By using this resource dietitians in the UK will have immediate access to the evidence which supports safe and effective dietetic practice.<br /><br />- Helen Davidson <br />- Honorary Chairman, The British Dietetic Association </p>"

text[4] = "<p>Going international will facilitate resource sharing and will bring about critical thought and the brightest minds in the world of nutrition and dietetics.  It will strengthen dietetic practice.  It will also facilitate consistent messaging and practice all around the world - thereby strengthening the leadership profile of dietitians.<br /><br />- Kristyn Hall RD, MSc </p>"

text[5] = "<p>I so applaud this service and hope that everyone subscribes and uses this extensively in their practice and as a means to stay up to date. I can hardly even find the words to describe how wonderful I think this idea is. Thanks for letting me take a role in its production.<br /><br />- Heather Petrie MSc PDt</p>"

text[6] = "<p>Writing the pathway was actually a good learning process; and I feel like I was able to contribute to the profession and use my training to benefit others. I am happy I agreed to do it.<br /><br />- Jo Anne Arcand RD PhD Candidate</p>"
