function text() {
};

text = new text();
number = 0;

// textArray
text[number++] = "Thank you for your helpful approach.<br><br><b>Government client</b>"

text[number++] = "I am very impressed and positive having perused the submission prepared by Research One. It is a masterpiece and will be a total and formidable surprise to our opponents.<br><br><b>Attorney-at-Law</b>"

text[number++] = "It is really great to be able to wrap up this case with such a learned, detailed, and complete document. It will hit the other side for six...I am truly enthusiastic...this work together with our input and refining here will be hard to honestly and legally surmount.<br><br><b>Attorney-at-Law</b>"

text[number++] = "Thank you so much for your timeliness and detail.<br><br><b>Attorney-at-Law</b>"

text[number++] = "I found your drafting speed, and ability to incorporate new arguments and principles, particularly admirable. And I thoroughly enjoyed working with you, and hope to do so again in the future.<br><br><b>Attorney-at-Law</b>"

text[number++] = "Our final draft was submitted to the court today. I am so grateful for the wonderful work which you have done, which puts us in a very strong position.<br><br><b>Lawyer's client</b>"

text[number++] = "One of my attorneys called me today and remarked that in all his years of legal practice with some of the top litigators, he has never seen a presentation like what you have produced.<br><br><b>Lawyer's client</b>"

text[number++] = "All the attorneys on the case have been very impressed with your brilliant work.<br><br><b>Lawyer's client</b>"

text[number++] = "Research One took an immediate interest in my project, trawling through old electoral records, newspaper stories, historical phone directories, and other sources that I wasn't able to access myself.<br><br><b>Writer</b>"

text[number++] = "In record time, Research One not only found many answers to my questions, but also provided new directions for me to follow in several other areas, including other countries.<br><br><b>Writer</b>"

text[number++] = "Research One was instrumental in turning over the rocks and finding what I needed to know, and whom I needed to find, quickly and economically.<br><br><b>Writer</b>"

text[number++] = "I believe you provide an excellent value-for-money service and have enjoyed working with you.<br><br><b>Government Client</b>"

text[number++] = "The literature review I requested Research One to conduct on limited partnerships was done quickly, thoroughly and inexpensively. This saved my firm time, money and inconvenience.<br><br><b>Bill Allen, Bradley Allen Lawyers</b>"

text[number++] = "Research One's practical and thorough advice cleared dozens of research-related hurdles for me, and can be credited for making my upcoming project possible.<br><br><b>Writer</b>"

text[number++] = "This is very useful and I appreciate speed, conciseness and cost  If you can provide service like this, there must be a niche.<br><br><b>Queen's Counsel</b>"

text[number++] = "Thanks for all of your excellent research; I'm just now catching up on my e-mail...and see that you have put together an amazing list of resources for me. I'm impressed, and I really appreciate it.<br><br><b>Writer</b>"

text[number++] = "I am impressed by your knowledge of federalism. Your comments are extremely helpful. You are definitely an excellent researcher.<br><br><b>Legal researcher</b>"

text[number++] = "You've worked your butt off and deserve a result. I have no doubt we'll get one that suits us both.<br><br><b>Client</b>"

text[number++] = "The service has been fantastic. I'm very happy, and very impressed with the work you've put in...I have already raved about the service you've offered me to everyone who'll listen.<br><br><b>Client</b>"

increment = Math.floor(Math.random() * number);

document.write(text[increment]);
