<!-- Hide from old browsers
// Copyright © 1999 Doug Popeney
// Created by Doug Popeney (easyjava@easyjavascipt.com)
// JavaScript Made Easy!! - http://www.easyjavascript.com

var a = Math.round(Math.random() * 11) + 1
quotes = new Array
quotes[1] = "I love your product! It's handy, easy to use, and nice and lightweight. I use it 10 times more that I thought I would. I find all kinds of uses for it that I never imagined when I first bought it. Nice work!<img src=\"img/quote_lower.gif\" width=\"10\" height=\"9\"><BR><BR>Paul<BR>Mountain View, CA USA"
quotes[2] = "I love this little program. My work is extremely fast paced and Docudesk's software is really going to help.<img src=\"img/quote_lower.gif\" width=\"10\" height=\"9\"><BR><BR>Sherry<BR>USA"
quotes[3] = "This program has been a Godsend. I am no longer even looking for Adobe's Acrobat. This does everything I want. My customers think I'm great because I send them pdf's instead of jpeg's that take longer to download. I have even made DeskPDF my default printer. It's cut down a great deal on my paper usage.<img src=\"img/quote_lower.gif\" width=\"10\" height=\"9\"><BR><BR>Neil<BR>Bowral, Australia"
quotes[4] = "This is awesome. I've wanted just the distiller portion of Adobe's Acrobat at a reasonable price for a long time. I am going to do some further testing, but you can bet that I am going to be recommending this product.  Good job.<img src=\"img/quote_lower.gif\" width=\"10\" height=\"9\"><BR><BR>Brian<BR>Canada"
quotes[5] = "Thanks for your prompt response and help. I really appreciate it. With your excellent service and quality products, you can be certain I will be recommending your software to others.<img src=\"img/quote_lower.gif\" width=\"10\" height=\"9\"><BR><BR>Norman<BR>Williamston, MI USA"
quotes[6] = "Thank you very much for your quick response and for an excellent product. I will be recommending your product to others.<img src=\"img/quote_lower.gif\" width=\"10\" height=\"9\"><BR><BR>Stan<BR>Padstow, Australia"
quotes[7] = "Thanks...that was the most prompt and useful help I have ever had from a web based sale, so keep up the good work. I hope the cash registers keep chiming for you!<img src=\"img/quote_lower.gif\" width=\"10\" height=\"9\"><BR><BR>Nigel<BR>Sydney, Australia"
quotes[8] = "I want to thank you for the suggestion of downloading the Version 2.0 of deskPDF. So far, it has worked <BR>stunningly.<img src=\"img/quote_lower.gif\" width=\"10\" height=\"9\"><BR><BR>Samuel<BR>St. Louis, MO USA"
quotes[9] = "...thanks for the prompt service.  I like the fast response of your program over Adobe's Acrobat which takes forever...<img src=\"img/quote_lower.gif\" width=\"10\" height=\"9\"><BR><BR>Gery<BR>USA"
quotes[10] = "I love it. How can this product be more affordable than Adobe's PDF program? I will be using it to create a club newsletter online instead of having to convert the .doc to .html every time. In fact I will be using it on all 11 of my volunteer web sites. Thank you.<img src=\"img/quote_lower.gif\" width=\"10\" height=\"9\"><BR><BR>Betty<BR>Temecula, CA USA"
quotes[11] = "That’s great – I even get great tech support from you guys on other products! Problem solved – thank you!<img src=\"img/quote_lower.gif\" width=\"10\" height=\"9\"><BR><BR>Ron<BR>Washington D.C."
quotes[12] = "Amazing! I have used deskPDF Standard for several years because the cost of Adobe Acrobat was prohibitive. I acquired Acrobat as part of an upgrade to CS3 not too long ago. I needed to create a PDF file from a complex 9-page document and was disappointed that the Acrobat 8.1 version contained errors, BUT overjoyed to see that the deskPDF version was PERFECT! Kudos, and thanks!<img src=\"img/quote_lower.gif\" width=\"10\" height=\"9\"><BR><BR>Marilyn<BR>Columbus, OH USA"
var quote = quotes[a]
// -- End Hiding Here -->