﻿NumLines = 7;
Messages = new Array(NumLines);
Messages[0] = "LaserMark gets my vote for our Vendor of the Year and you get my personal vote for easiest to work with. How you keep track of all this, I'll never know.<hr/>Cecilia<br/>Business Development Manager<br/>Florida-based full service TPA";
Messages[1] = "You guys do such a great job for us! Thanks<hr/>Mary<br/>Vendor Relations<br/>MN-based health benefits administration company";
Messages[2] = "I've worked with Lasermark on developing new and reissued ID cards, some of which have been on the fly and under impossible time constraints.  LaserMark has always been able to accommodate my requests and tight timelines!  It is a pleasure to work with such a service oriented vendor!  I would highly recommend them.<hr/>Irma<br/>Director, Membership Accounting<br/>National Medicare Health Plan Provider";
Messages[3] = "Thank you so much for your support and guidance over the last several months.  This (project) would not have been as smooth without your assistance.<hr/>Irma<br/>Director, Membership Accounting<br/>National Medicare Health Plan Provider";
Messages[4] = "I just want to say you (all) have been awesome!!  I can't believe the fast turn around time you have been giving.  It is much appreciated.<hr/>Tami<br/>Design Analyst, ID Card Support<br/>Largest TPA in the United States";
Messages[5] = "I truly appreciate your responsiveness and professionalism in my time of client crisis.<hr/>Leslie<br/>Network Manager<br/>Florida-based full service TPA";
Messages[6] = "You are very easy to work with. I work with many vendors and don't get the same service you provide (us). Thanks for being flexiable.<hr/>Sharon<br/>Account Manager<br/>Florida-based full service TPA";
LineShown = Math.floor(Math.random()*NumLines);
function Testimonial(){
    document.write(Messages[LineShown]);
}