<!--

// JavaScript Document

//quotes.push("&quot;Insert Quote Here.&quot;<br /><br />-First and Last name<br />&nbsp;State");



var quotes = new Array;



quotes.push("&quot;ChiroTouch is fast! I have a busy, fast paced office and needed a program that would increase efficiency, while decreasing the dataentry burden on my staff. ChiroTouch is simple to use and fast to operate.&quot;<br /><br />-Hans O. Wiederrich<br />&nbsp;D.C., CSCS, CCSP<br />&nbsp;Poway, CA");

quotes.push("&quot;ChiroTouch has exceeded even my high expectations.The interaction between the charging, billing and note writing is seamless. The overall ease of use is remarkable! So far it is all that I hoped it would be!&quot;<br /><br />-Bill Lutz, BS/BA PT<br />&nbsp;Carollton, TX");

quotes.push("&quot;I switched from another office management software with relative ease. Training on ChiroTouch took one day, and after only two weeks I find it to be so easy to use that I am confident in leaving my practice for two weeks for vacation. Billed services increased immediately, and the tech support is excellent. Highly recommended total office management software.&quot;<br /><br />-Douglas Burch, D.C.<br />&nbsp;Wadesboro, NC");

quotes.push("&quot;Before ChiroTouch, I had numerous other programs to try to manage patient information. All came up very short and frankly most of the companies that are marketing software to chiropractors are very difficult to deal with. You have all been very helpful with your product and support.&quot;<br /><br />-Michael C. O\'Dell, D.C.<br />&nbsp;San Diego, CA");

quotes.push("&quot;I mainly purchased the system with the vision of decreasing costly mistakes, but since I purchased your system, I literally found that it took me 1/15 the time to input the charges while I was with the patient, than it did to check the work that I was paying somebody else to do.&quot;<br /><br />-David Speakman, D.C.<br />&nbsp;Thousand Oaks, CA");



document.write(quotes[(Math.floor(Math.random() * quotes.length))]);



-->