var citation = new Array();
citation[0] = "\"I am sincerely grateful for your effort and expertise in this matter. Your skill in listening and understanding our problem and issues was impressive, appreciated and honestly, rare. I look like a hero because of your actions! Your helpfulness and courtesy will surely be passed on.\"<br> <br>Environmental Health and Safety Manager<br>UC Davis";
citation[1] = "\"Thank you for everything. I truly thought customer service had been placed in the Smithsonian, but it is so refreshing that you went above the call of duty. Keep up the good work, for it is people like yourself that will keep us coming back.\"<br> <br>Process Engineer <br>Chemical Plant";
citation[2] = "\"Thanks for the quick reply. You guys are always so efficient! I wish all our vendors were that way.\"<br> <br>Instrument Engineer <br>Systems Integrator";
citation[3] = "\"I am very impressed by Clipper Controls and I look forward to working with you in the future.\"<br> <br>Contractor";
citation[4] = "\"I am sincerely grateful for your effort and expertise in this matter.  Your skill in listening and understanding our problem and issues was impressive, appreciated and honestly, rare.  I look like a hero because of your actions!  Your helpfulness and courtesy will surely be passed on.\"<br> <br>Environmental Health and Safety Manager<br>UC Davis";
citation[5] = "\"Your negotiating skills far exceed any I have seen to date.  On behalf of our company I would like to thank Clipper Controls for going the extra mile in securing this credit.\"<br> <br>Project Manager<br>Engineering Construction Company";
citation[6] = "\"Thank you for everything.  I truly thought customer service had been placed in the Smithsonian, but it is so refreshing that you went above the call of duty.  Keep up the good work, for it is people like yourself that will keep us coming back.\"<br> <br>Process Engineer<br>Chemical Plant";
 
citation[7] = "\"Thanks for the quick reply.  You guys are always so efficient!  I wish all our vendors were that way.\"<br> <br>Instrument Engineer<br>Systems Integrator";

citation[8] = "\"Your quick response enabled us to keep our testing on schedule.\"<br> <br>Team Leader<br>Research Lab";

citation[9] = "\"Thank you so much for visiting our plant on such short notice to help troubleshoot our instrumentation problem.\"<br> <br>Process Engineer <br>Brewery";


citation[10] = "\"Clipper Controls is a valuable supplier to our plant.  You have always been responsive in visiting our plant on short notice to provide the technical assistance required to get instruments configured and working properly.  This service after the sale has made Clipper Controls an important asset in our supply chain.\"<br> <br> Maintenance Manager<br>Refinery";


citation[11] = "\"The Wireless system you helped us put in to monitor for gas leaks has worked flawlessly.  In fact we had a couple of alarms and when we investigated they were actual events that we may not have noticed otherwise.\"<br> <br>I&C Engineer<br>Refinery";


citation[12] = "\"We greatly appreciated your product training.  Our staff is a lot more confident and comfortable with this technology.\"<br> <br>Chief Operator<br>Waste Water Treatment Plant";


citation[13] = "\"I really appreciate your doing a site survey with the radios.  We proved it worked, and my boss was very impressed.\"<br> <br>Technician,<br>Power Plant";


citation[14] = "\"It has been a pleasure working with Clipper Controls on this project.\"<br> <br> Project Manager<br>Engineering Company";


citation[15] = "\"I am really impressed with this flow meter.  Thanks a lot for explaining all features and helping with the setup.\"<br> <br> Instrument Technician<br>Water Treatment Plant";


citation[16] = "\"I can always rely on Clipper Controls to figure out what signal isolator we need.\"<br> <br> Engineer<br>Chemical Plant";


citation[17] = "\"We really appreciate your support for our analyzers.  The factory has also been fantastic in helping us.\"<br> <br> Senior Technician <br>Air Quality Management District";


citation[18] = "\"You guys sure know temperature measurement.\"<br> <br> Engineer <br>Winery";



function anyone(position) {
    whichone = Math.floor(Math.random() * position);
    return whichone;
    }
