var mess = new Array('<p style="font-family: arial;font-size:13px;"><em>"Thanks again for all your support on helping us improve our admission process!!!"</em></p><p align="right" style="font-size:11px;line-height:14px;font-family: arial;">~ Mary Lou Lester, RPh BSc Patient Safety Coordinator -- Med Rec, Quality Improvement & Patient Safety, Interior Health</p>','<p style="font-family: arial;font-size:13px;"><em>"Thanks for all the training, it was great! You are a good teacher and the program is easy to use!"</em></p></p><p align="right" style="font-size:11px;line-height:14px;font-family: arial;">~ Monica Eaton, <br>Ashcroft Health Site</p>','<p style="font-family: arial;font-size:13px;"><em>"Honestly, in a sea of difficult electronic systems, Medinet makes my life so easy.  Thank you!"</em></p></p><p align="right" style="font-size:11px;line-height:14px;font-family: arial;">~ Dr. Laurel Shugarman, <br>Alert Bay</p>','<p style="font-family: arial;font-size:13px;"><em>"The hosted version of PAR is great.  I love the easy interface, and the ability to enter my billing from any internet connection."</em></p></p><p align="right" style="font-size:11px;line-height:14px;font-family: arial;">~ Dr. John Riendl, <br>Nanaimo</p>');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);
