function random_text()
{};
var random_text = new random_text();
// Set the number of text strings to zero to start
var number = 0;
// Incremental list of all possible Text

random_text[number++] = "My mother has asked me to write a thank you letter. Thank you for giving her a fair price.  In some cases the other companies were almost twice your estimate. For the longest time water in her basement had prevented her from renting it. Your fair pricing made it possible to repair her home and get her rental income back. Thank you, Rain King, for helping my mom maintain her financial independence <b>D.M., Yonkers, NY<b /> "

random_text[number++] = "Just a quick note to thank your company.  My basement was a soggy mess.  Other companies wouldn't even attempt a repair.  I couldn't sell my house.  Until your men fixed it.  Thank you for adding real value to my home. <b >J.M., Weston, CT<b />"

random_text[number++] = "Several years ago one of the major waterproofing companies installed a system that failed to work. Your guys came along, tore out the old and put in a new one. We have never had problem since, and you gave us a life time warranty to boot.  I have recommend your company to many of my friends and will continue to do so.  Thanks, Rain King.   <b >A.B.,  New Cannon, CT<b />"

random_text[number++] = "Hey, Rain King: I'm singing in the rain! Cause my basement is dry again.  Thank You!  Thank You!  Thank You!    <b >M.A., Washington Township, NJ<b />"

random_text[number++] = "Finally my wife and I are at peace.  We read in the living room, we talk at the kitchen table, while my kids and their numerous friends party like Rock stars (IN THE BASEMENT) thanks to you guys at The Rain King.  <b > J.C., Long Island, NY<b />"

random_text[number++] = "I just wanted to let you know. Your salesmen, and your installers were some of the nicest people ever to work on our house.  They were polite and considerate and very,very clean.  We are extremely happy that we chose The Rain King to install a water abatement system in our home.   <b >C.R., Adirondack, NY<b />"

random_text[number++] = "When I bought my store I didn't know the basement leaked.  I found out the hard way.  I lost alot of inventory.  I hired an engineer.  He told me there was nothing that could be done.  When I called The Rain King I had little hope.  After the first downpour,  hope turned to happiness.  The basement was bone dry.  Now I can utilize my whole store.   I'm making more money.   25% off to all Rain King employees!  <b>Y.K., New York, NY <b /> <b />"
// Create a random number with limits based on the number
// of possible random text strings
var random_number = Math.floor(Math.random() * number);