// JavaScript Document// RANDOM TEXTfunction random_text(){};var random_text = new random_text();var number = 0;// Carolyne Adkins random_text[number++] = "<p>&quot;I don’t have a picture of myself when my weight peaked because I didn’t want to have any memories of that period in my life. I actually stopped weighing myself because I was running out of numbers on my scale. I had a hard time finding cute clothes when I stopped buying sizes in numbers like 22 and 24.&quot;</p><p class=\"cred\">Carolyne Adkins<br /><span class=location>Little Rock, Arkansas</span><br /><a href=\"http://www.luttrellsurgical.com/index.php/getting-started/testimonials\" target=\"_blank\">Read More</a></p>"// Shannon Haynesrandom_text[number++] = "<p>&quot;I have lost 155lbs and I no longer need medication for my blood pressure. Dr. Luttrell and his staff are very professional and caring about their patients.&quot;</p><p class=\"cred\">Shannon Haynes<br /><span class=location>Judsonia, Arkansas</span><br /><a href=\"http://www.luttrellsurgical.com/index.php/getting-started/testimonials\" target=\"_blank\">Read More</a></p>"// Dean Clowrandom_text[number++] = "<p>&quot;Being overweight all my life was a way of life. I grew up in a very loving family and FOOD was a show of love. My grandmother cooked the old Southern way–everything fried. &quot;</p><p class=\"cred\">Dean Clow<br /><span class=location>Little Rock, Arkansas</span><br /><a href=\"http://www.luttrellsurgical.com/index.php/getting-started/testimonials\" target=\"_blank\">Read More</a></p>"// Victoria Coffmanrandom_text[number++] = "<p>&quot;I really don’t know where to start except that I have battled my weight my entire life. I had tried almost every diet plan you can think of including diet pills. I had a little success with many of them but the weight always came back plus some.&quot;</p><p class=\"cred\">Victoria Coffman<br /><span class=location>Ola, Arkansas</span><br /><a href=\"http://www.luttrellsurgical.com/index.php/getting-started/testimonials\" target=\"_blank\">Read More</a></p>"// Patricia Taylorrandom_text[number++] = "<p>&quot;My journey began in 2002 when I was told by my doctor I was severely diabetic, with very high blood pressure and if that wasn’t enough I was diagnosed with Lupas. Over time I had become increasingly overweight.&quot;</p><p class=\"cred\">Patricia Taylor<br /><span class=location>Eureka Springs, Arkansas</span><br /><a href=\"http://www.luttrellsurgical.com/index.php/getting-started/testimonials\" target=\"_blank\">Read More</a></p>"var random_number = Math.floor(Math.random() * number);document.write(random_text[random_number]);
