<!--
//This is code for the random text
 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++] = "<table width='360' height='177' border='0' cellpadding='0' cellspacing='0' class='bodycopy'><tr><td width='229' align='left' valign='top'><em>&quot;I've lost 15 pounds so far and it's changing my life! I'm loving every second of Extreme Boot Camp.&quot; says Alan W.</em></td><td width='131' align='center' valign='top'><img src='../images/testimonials/alan_w.jpg' width='105' height='152' vspace='4'></td></tr></table>"

random_text[number++] = "<table width='360' height='177' border='0' cellpadding='0' cellspacing='0' class='bodycopy'><tr><td width='229' align='left' valign='top'><em>&quot;Case G. and Kelly A. are just two of our many success stories at Extreme Boot Camp. These ladies have achieved a total combined weight loss of 40 pounds! A picture tells a thousand words... we're very proud of our booters!&quot;</em></td><td width='198' align='center' valign='top'><img src='../images/testimonials/case_kelly.jpg' width='172' height='152' vspace='4'></td></tr></table>"

random_text[number++] = "<table width='360' height='177' border='0' cellpadding='0' cellspacing='0' class='bodycopy'><tr><td width='229' align='left' valign='top'><em>&quot;I've lost pounds and inches and gained strength, energy and made new friends, I love Extreme Boot Camp.&quot; says Marla T.</em></td><td width='131' align='center' valign='top'><img src='../images/testimonials/marla_t.jpg' width='105' height='152' vspace='4'></td></tr></table>"

random_text[number++] = "<table width='360' height='177' border='0' cellpadding='0' cellspacing='0' class='bodycopy'><tr><td width='229' align='left' valign='top'><em>Todd G., Ted S. and Chris M. on top of 12,400 foot New Army Pass in the Sierra's. Carrying 50 pound backpacks for 12 hours a day at high elevation is very challenging. &quot;The training and conditioning from Extreme Boot Camp has really helped our fitness level and has prepared us well to do these hikes.&quot; Says Todd G., Ted S. and Chris M.</em></td><td width='198' align='center' valign='top'><img src='../images/testimonials/todd_tedd_chris.jpg' width='172' height='152' vspace='4'></td></tr></table>"

random_text[number++] = "<table width='360' height='177' border='0' cellpadding='0' cellspacing='0' class='bodycopy'><tr><td width='229' align='left' valign='top'><em>&quot;Nine months ago I would have struggled hiking up the steepest section of the Great Wall of China. Aside from the physical changes, my stamina and energy levels have improved significantly after joining Extreme Boot Camp.<br><br>Much thanks for improving the quality of my life.&quot; -Kelly W.</em></td><td width='198' align='center' valign='top'><img src='../images/testimonials/kelly_w_crop.jpg' width='172' height='152' vspace='4'></td></tr></table>"

random_text[number++] = "<table width='360' height='177' border='0' cellpadding='0' cellspacing='0' class='bodycopy'><tr><td width='229' align='left' valign='top'><em>&quot;When I was first invited to participate in 3 week trek in Nepal to Mt. Everest base camp, I thought, &quot;How in the world am I going to get in shape for this? Then I thought of Extreme Boot Camp. After 7 weeks I was ready to go. As a result of my training, I was as well-prepared as anyone, and completed the trek without any problems!&quot; -Lars P.</em></td><td width='198' align='center' valign='top'><img src='../images/testimonials/larsp.jpg' width='172' height='152' vspace='4'></td></tr></table>"

 // Create a random number with limits based on the number
 // of possible random text strings
 var random_number = Math.floor(Math.random() * number);
 -->


