﻿var testimonialsr = new Array() 

testimonialsr[0] = '<span style="font-size: small"><b>&quot;Great Class! Very well-organized.&quot;</b><br><br></span><span style="font-size: small"><i><br>-- J. Rowland<br>&nbsp;&nbsp;&nbsp;OfficeMax</i></span><br>'
testimonialsr[1] = '<span style="font-size: small"><b>&quot;Class was excellent. I liked the fact that the information catered to what I needed and questions were encouraged.&quot;</b><br><br></span><span style="font-size: small"><i><br>-- D. Fabrizius<br>&nbsp;&nbsp;&nbsp;BP</i></span><br>'
testimonialsr[2] = '<span style="font-size: small"><b>&quot;I liked the hands on approach. We got to try out everything as we were being taught.&quot;</b><br><br></span><span style="font-size: small"><i><br>-- S. Nicholson<br>&nbsp;&nbsp;&nbsp;American Medical Association</i></span><br>'
testimonialsr[3] = '<span style="font-size: small"><b>&quot;I liked the training since it followed along with the training manual, so I can always go back to reference it.&quot;</b><br><br></span><span style="font-size: small"><i><br>-- S. Salimeda<br>&nbsp;&nbsp;&nbsp;LaSalle Bank</i></span><br>'
testimonialsr[4] = '<span style="font-size: small"><b>&quot;I feel that with the instruction along with the manual, I can move forward & do the things I need to do to enhance my job.&quot;</b><br><br></span><span style="font-size: small"><i><br>-- C. Lans<br>&nbsp;&nbsp;&nbsp;Thermos</i></span><br>'
testimonialsr[5] = '<span style="font-size: small"><b>&quot;Very interactive, and [the instructor] allowed us to dive more in depth when the subject material applied to us.&quot;</b><br><br></span><span style="font-size: small"><i><br>-- N. Camargo<br>&nbsp;&nbsp;&nbsp;US Cellular</i></span><br>'
testimonialsr[6] = '<span style="font-size: small"><b>&quot;This class was fantastic.&quot;</b><br><br></span><span style="font-size: small"><i><br>-- V. Silvis<br>&nbsp;&nbsp;&nbsp;Dyson</i></span><br>'
testimonialsr[7] = '<span style="font-size: small"><b>&quot;Very good. Very informative.&quot;</b><br><br></span><span style="font-size: small"><i><br>-- R. Orick<br>&nbsp;&nbsp;&nbsp;Hitachi High Technologies America</i></span><br>'
testimonialsr[8] = '<span style="font-size: small"><b>&quot;Very helpful, this will get me in the right direction.&quot;</b><br><br></span><span style="font-size: small"><i><br>-- N. Matuschenko<br>&nbsp;&nbsp;&nbsp;Office Depot</i></span><br>'
testimonialsr[9] = '<span style="font-size: small"><b>&quot;This class perfectly met my needs. I feel confident that I can use the skills I learned in this class starting today.&quot;</b><br><br></span><span style="font-size: small"><i><br>-- K. Arnold<br>&nbsp;&nbsp;&nbsp;Motorola</i></span><br>'
testimonialsr[10] = '<span style="font-size: small"><b>&quot;Small class -- individual attention -- lots of patience.&quot;</b><br><br></span><span style="font-size: small"><i><br>-- D. Moores<br>&nbsp;&nbsp;&nbsp;Argonne National Laboratory</i></span><br>'
testimonialsr[11] = '<span style="font-size: small"><b>&quot;I like the real life examples the instructor provided which made the tools provided in the software make more sense.&quot;</b><br><br></span><span style="font-size: small"><i><br>-- R. Carlton<br>&nbsp;&nbsp;&nbsp;American Medical Association</i></span><br>'
testimonialsr[12] = '<span style="font-size: small"><b>&quot;Very exciting and great teacher. The material covered was very relevant.&quot;</b><br><br></span><span style="font-size: small"><i><br>-- A. Carter<br>&nbsp;&nbsp;&nbsp;US Cellular</i></span><br>'
testimonialsr[13] = '<span style="font-size: small"><b>&quot;I thought the instructor was very informative and definitely knew the program very well.&quot;</b><br><br></span><span style="font-size: small"><i><br>-- S. Doerner<br>&nbsp;&nbsp;&nbsp;Coldwell Banker</i></span><br>'
testimonialsr[14] = '<span style="font-size: small"><b>&quot;The instructor was very energetic and answered all questions professionally. I appreciated the fact that the instructor did not just read from the book, but actually presented the course with expert knowledge.&quot;</b><br><br></span><span style="font-size: small"><i><br>-- J. Heywood<br>&nbsp;&nbsp;&nbsp;Sara Lee</i></span><br>'
testimonialsr[15] = '<span style="font-size: small"><b>&quot;Very exciting and great teacher. The material covered was very relevant.&quot;</b><br><br></span><span style="font-size: small"><i><br>-- A. Carter<br>&nbsp;&nbsp;&nbsp;US Cellular</i></span><br>'
testimonialsr[16] = '<span style="font-size: small"><b>&quot;Good pace, confident and friendly instruction.&quot;</b><br><br></span><span style="font-size: small"><i><br>-- D. Williams<br>&nbsp;&nbsp;&nbsp;Verizon Wireless</i></span><br>'
testimonialsr[17] = '<span style="font-size: small"><b>&quot;[The instructor] is a great guy. Very patient. Could not have asked for a better instructor.&quot;</b><br><br></span><span style="font-size: small"><i><br>-- C. Scales<br>&nbsp;&nbsp;&nbsp;UBS Financial SVCS Inc.</i></span><br>'
testimonialsr[18] = '<span style="font-size: small"><b>&quot;The class was very informative. It went at a good pace for an intro class. The instructor was great.&quot;</b><br><br></span><span style="font-size: small"><i><br>-- A. Dunat<br>&nbsp;&nbsp;&nbsp;Zurich North America</i></span><br>'
testimonialsr[19] = '<span style="font-size: small"><b>&quot;Great. Instructor was clear and patient.&quot;</b><br><br></span><span style="font-size: small"><i><br>-- J. Zwiebel<br>&nbsp;&nbsp;&nbsp;Worldwide Express</i></span><br>'

function showRTest(){
var pr = testimonialsr.length;
var whichoner = Math.round(Math.random()*(pr-1));	
document.write( testimonialsr[whichoner] );
}	
