var testimonial = new Array("\"I just wanted to let you know how much we appreciate a service like yours being out there. I run a non-profit annual golf outing and our list of contacts has grown to over 500. We've got a few key people who are responsible for working with our contacts (golfers, donators, etc) and we've always been working from an ever growing Excel spreadsheet. Growing both in the number of contacts and number of db fields. You can imagine how difficult it is at the end of every year merging 3 different spreadsheets. Your free service will save us an immeasurable amount of time and headaches. Hope your free service remains that way. Thanks so much.\"<br><br><span class='txt11px gray_color'><i><B>Dave Barry</B><BR /><a href='http://www.barryshack.com'target='_blank'>The BC Open U.A</a></i></span>","\"As a previous GoldMine and SalesForce.com company administrator, I feel like I know my way around CRMs, and am happy to tell you that Zoho CRM rocks! We love it, and can't wait on you guys to get more Mac friendly with your other products!\"<br><br><span class='txt11px gray_color'><i><B>Angie Clowers</B><BR /> Director of Operations,<br /> <a href='http://appendant.com/'target='_blank'>Appendant Marketing Group</a></i> </span>","\"I first looked at ZOHO CRM because of the price. I decided to implement it for my company because of the quality. I decided to invest in the platform because of the innovation.<br /> In my experience implementing a number of CRM systems from Salesforce.com to NetSuite, ZOHO&rsquo;s feature set and ease of use made it the best fit for my company regardless of price.\"<br><br><span class='txt11px gray_color'><b>Adam Stone</b><br /> President, <a href='http://www.d-tools.com' target='_blank'>D-Tools, Inc</a>.</span>");
var testimoniali = 0;
var testimonialcounteri = 1;
function testimonialslideshow(){showtime = setInterval("testimonialchange()", 14000);}
function testimonialchange(){document.getElementById('testimonialContent').innerHTML=testimonial[testimoniali];testimoniali = testimoniali + 1;if (testimoniali > (testimonial.length - 1)) {testimoniali = 0; testimonialcounteri = testimonialcounteri + 1;}}


