
var quotes = new Array();
quotes.push(new Array("WaveMaker embraces the world, is open source and is really easy to use, while still allowing access to the underlying code (Java , CSS and Javascript)!", "Tom Gleeson, Principal, Gleeson IT"));
quotes.push(new Array("WaveMaker's approach to visual development makes it easy to build and deploy web-based business applications. With the launch of WaveMaker Cloud Edition, they are introducing an open source solution that brings easy development and deployment to cloud computing.", "Raven Zachary, Analyst, 451Group"));
quotes.push(new Array("After working and trying several web development tools for Mac OS X that integrated Ajax, we found WaveMaker! It's a truly integrated VISUAL Ajax Environment for Mac!  It's very easy to learn, use and the functionality is awesome!!  Two thumbs up for WaveMaker!", "Fabian Gonzalez, CEO, Diffteq"));
quotes.push(new Array("WaveMaker gives us a fast way to mock-up applications for our users, then hand them off to IT for development.", "Senior Business Analyst, Fortune 500 Company"));
quotes.push(new Array("I watched your demo video and about half-way through I found the answer to what I have been seeking all along. I think WaveMaker has all the features of MS Access, and more since it can be web based. The software is excellent!", "Brad Durbin, CreditDetailer.com"));
quotes.push(new Array("It took me less than 10 minutes to build an Employee maintenance application with WaveMaker. And I'm not even a developer!", "Jos van Dongen, Founder, Tholis Consulting"));
quotes.push(new Array("My boss was absolutely floored with what I got done in the amount of time I had! It would have taken me at least twice as long to build this using Spring and Struts.", "Development Analyst, Entertainment Company"));
quotes.push(new Array("WaveMaker really WOWs me. My first encounter with WM was, should I say, irresistible... I stayed awake until almost 4am just exploring WM.", "WaveMaker Community Member"));
quotes.push(new Array("Our ISV and enterprise customers want speed and choice. WaveMaker is the only web and cloud development platform that is based on open standards. It gives our customers tremendous flexibility in how and where to deploy their applications.", "Rajat Bhakhri, President and CEO, Aeturnum"));
var i = Math.floor(Math.random() * quotes.length);
var quote_text = quotes[i][0];
var quote_cite = quotes[i][1];
document.writeln('<blockquote>"' + quote_text + '"<cite>' + quote_cite + '</cite>' + '</blockquote>');

