// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************

function text() {
};

text = new text();
number = 0;

// textArray
text[number++] = "\"When I first started here with Dr. Jones I thought I was  going to be told I would end up in a wheelchair.&nbsp; I could hardly walk, stand up or sit without  a great deal of pain. Now my life is  100% different. I feel like (Dr. Jones) saved my life.\"<br>- Sandra R.<br><br>&raquo; <a href= \"testimonials.html\">View All Testimonials</a>"

text[number++] = "\"I am much more willing to walk for long periods of time  because I'm mostly pain free. I look  forward to getting up in the morning rather than dreading the pain.<br>\"- Karen P.<br><br>&raquo; <a href= \"testimonials.html\">View All Testimonials</a>"

text[number++] = "\"Received two treatments - spirit has improved, sleep has  improved, particularly breathing - sinuses cleared while lying down - that in itself unprecedented.\"<br>- Michael G.<br><br>&raquo; <a href= \"testimonials.html\">View All Testimonials</a>"

text[number++] = "\"Three treatments and my back isn’t hurting as bad and also my feet aren’t hurting as bad, my neck doesn’t hurt now.\"<br>- Sheila H.<br><br>&raquo; <a href= \"testimonials.html\">View All Testimonials</a>"

text[number++] = "\"After 3 corrections – zero headaches, more relaxed, able to stop (medication) for sleeping…I can’t say enough about this therapy. It is truly awesome. Dr. Jones is the best!\" <br> - Rita C<br><br>&raquo; <a href= \"testimonials.html\">View All Testimonials</a>"

text[number++] = "\"I’m improving at a rate that has never been accomplished with any other chiropractors. I’m gardening again for the first time in ten years. Emotionally, I’ve never felt better.\"<br>- Cheryl C.<br><br>&raquo; <a href= \"testimonials.html\">View All Testimonials</a>"

text[number++] = "\"The Bio Cranial has worked wonders for me in just a short time. I don’t have the pain in my back, plus I am standing straight up now. I really feel good.\"<br>- Victoria W.<br><br>&raquo; <a href= \"testimonials.html\">View All Testimonials</a>"

// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(text[increment]);