

quotes = new Array(11);

quotes[0] = "This is an excellent guide that provides a ton of information in one compact place.";

quotes[1] = "Our new Infoflip is very user-friendly and is one of the contributing factors to a 15 - 20% increase in our mill productivity.";

quotes[2] = "Rave reviews from our employees of the First Aid Infoflip that was given to them!";

quotes[3] = "The Infoflip has been tremendous for assisting and supporting our investigation process. I've personally been given many kudos from our people in the field.";

quotes[4] = "That last tri-fold is the best sales document I have ever seen.";

quotes[5] = "Please send me The Writing Pie Infoflip. My cousin said that it was the single most important thing to help her daughter in English class.";

quotes[6] = "I can&#39;t begin to tell you how much of a pleasure it&#39;s been working with you folks and I look forward to upcoming projects in the future.";

quotes[7] = "I just wanted to say that it has been terrific working with you - this whole process seemed to go so smoothly, even with our MANY logo changes.  As well, your attention to detail has really been appreciated. Many thanks for all your hard work and always delivering when you said you would. I look forward to working with you again in the future.";

quotes[8] = "Thanks again for all your help..... I think this is a great looking, and informative infoflip.";

quotes[9] = "We are very happy with the flip - the color selections and all the little touches you added totally transformed it into a great final product. Thanks again!!";

quotes[10] = "I received the Infoflip today and it looks spectacular! Thank you to you and your team for your support in producing the book, especially under such a tight timeline. We look forward to working with you again.";


index = Math.floor(Math.random() * quotes.length);

