<!--
var r_text = new Array ();
r_text[0] = "My students find my course materials so much more accessible now. As someone who recently developed a vision problem, I fully appreciate the universal design principles myself.<br /><span style=\"float: right;\"><small>- Michele Patenaude</small></span><br />";
r_text[1] = "In the body of work that describes students with disabilities in postsecondary education, there is a substantial focus and reliance on accommodating the disability, the things that are wrong with the student, but... nothing on how college faculty can adjust the way they teach. <br /><span style=\"float: right;\"><small>-College graduate and self-advocate with disabilities</small></span><br />";
r_text[2] = "[We]collect student notes from the lecture and display them for everyone... The notes are then available to everyone, regardless of their disability or lack there of.  Though the notes are not graded, they are required as part of a students participation grade. <br /><span style=\"float: right;\"><small>- Harvard Professors on teaching: Meeting the Challenges of Individual Differences, at the Harvard Graduate School of Education </small></span><br />";
r_text[3] = "<strong> UDL TIP: Creating a welcoming learning environment for students.</strong>  Assure students that their voices will be heard...Immediately after the brief review of key components of the syllabus on the first day, engage students in conversation about their reasons for going to college and the purpose of higher education.<br /><span style=\"float: right;\"><small> - Dr. Jeanne L. Higbee University of Minnesota</small></span><br />"; 
r_text[4] = "The goal of [UDL] is to increase access for all students to college curriculum, instruction, assessment, and the environment.<br /><span style=\"float: right;\"><small>-Dr. Kristen Behling, Dr. Debra Hart, Directors of Equity and Excellence in Higher Ed.</small></span><br />";

var i = Math.floor(5*Math.random())

document.write(r_text[i]);

//-->

