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++] = "I called eight companies, nobody came. &nbsp; Yours was the last. &nbsp; You came and you did a great job, thanks...RAIN KING is always welcome in my house! &nbsp;  <b>FM, Bronx, NY <b /> "

random_text[number++] = "Just a quick note to thank your company. &nbsp;  My basement was a soggy mess. &nbsp;  Other companies wouldn't even attempt a repair.&nbsp;   I couldn't sell my house.&nbsp;   Until your men fixed it. &nbsp;  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., NY, 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);