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++] = "&ldquo;I have worked on my credit report for several years and I never got any where, but America's Credit Doctor helped get my credit to where I wanted it in just a couple of months.&rdquo;<br /><strong>-Mary</strong>"
random_text[number++] = "&ldquo;I never thought that anyone would approve me for a home loan, but America's Credit Doctor proved me wrong. They really took the time to teach me how my credit worked. Now I have a credit average of 670&ndash;about 120 points higher than before.&rdquo;<br /><strong>-Mitchell</strong>"
random_text[number++] = "&ldquo;Thanks America's Credit Doctor. I really appreciate your referral program. I have told all my friends about you, two of which have signed up.&rdquo;<br /><strong>Gloria</strong>"
random_text[number++] = "&ldquo;I thought you were kidding when you said that I could get results in 30-45 days, but here I am day 36. I got all of my updated credit reports just as you had said. Thanks America's Credit Doctor.&rdquo;<br /><strong>-Sam</strong>"
random_text[number++] = "&ldquo;I knew those creditors had over charged me. Thanks for setting them straight!&rdquo;<br /><strong>-Michael</strong>"
random_text[number++] = "&ldquo;I applied for all kinds of credit. I never knew where to go but you really helped get me on the right track. I now have a several credit cards again. You guys really are the Credit Doctors.&rdquo;<br /><strong>-David</strong>"
random_text[number++] = "&ldquo;Guys, all I've got to say is keep up the good work. You guys rock!&rdquo;<br /><strong>-Cynthia</strong>"
random_text[number++] = "&ldquo;Thank you so much America's Credit Doctor. I wasn't sure if you'd be able to help at first, but I took a chance and it paid off. You worked your magic.&rdquo;<br /><strong>-Lupe</strong>"
random_text[number++] = "&ldquo;Gracias America's Credit Doctor. No tuvé quien aydarme. Gracias a dios que tienen alguen que habla español.&rdquo;<br /><strong>-María</strong>"
random_text[number++] = "&ldquo;Thanks a bunch America's Credit Doctor! I can't tell you how happy I am about the new car I just financed.&rdquo;<br /><strong>-Joe</strong>"

// Create a random number with limits based on the number
// of possible random text strings
var random_number = Math.floor(Math.random() * number);

