function random_text()
{};
var random_text = new random_text();

var number = 0;

random_text[number++] = "<blockquote class=\"pullquote\">DOCs has been making my self publishing projects a breeze for over ten years. They&#39re very prompt, super friendly and provide A1 quality.</blockquote> <span class=\"name\">Gill Lee</span><br /> <span class=\"client\">CANCoach Netskills</span>"
random_text[number++] = "<blockquote class=\"pullquote\">Thanks so much for the outstanding service and support you provide to CSS. You guys really do a great job &#45 you can count on continued work from us.</blockquote> <span class=\"name\">Jackie Bennett, Executive Assistant</span><br /> <span class=\"client\">Crisis Support Services Inc</span>"
random_text[number++] = "<blockquote class=\"pullquote\">Over many years I&#39ve found Documents On Call are fast, reliable, low cost and produce a good product. I just e-mail a PDF file and a few days later boxfuls of books are delivered to my premises. For minor upgrades I don&#39t even ask for a proof as the quality has always been consistently good.</blockquote> <span class=\"name\">George Skarbek, Director</span><br />  <span class=\"client\">Skarbek Consulting Pty Ltd</span>"
random_text[number++] = "<blockquote class=\"pullquote\">Kevin, your team has done a wonderful job supporting us with a wide range of high quality printing jobs, all produced with care and always on time! Thanks.</blockquote> <span class=\"name\">Cara Spencer, General Manager Communications and Business Development</span><br /> <span class=\"client\">Crisis Support Services Inc &#45 Mensline Australia, beyondblue Info Line</span>"
random_text[number++] = "<blockquote class=\"pullquote\">Your team do fabulous work, regularly exceeding my expectations; &quot;Your job has already been delivered,&quot; is always nice to hear! My thanks to your team.</blockquote> <span class=\"name\">Max Pietruschka, Director</span><br /> <span class=\"client\">PW Services PTY Limited</span>"
random_text[number++] = "<blockquote class=\"pullquote\">DOCS is always fast, efficient and the printing is of excellent quality. I would recommend DOCS to anyone who needed a print job done with a fast turnaround.</blockquote> <span class=\"name\">Charlotte George, Communications Officer</span><br /> <span class=\"client\">Australian Drug Foundation</span>"
random_text[number++] = "<blockquote class=\"pullquote\">I first used Documents On Call about 5 years ago when I needed training manuals copied and bound urgently. I was impressed when the job was done so promptly and economically. My freelance work has expanded into small press publishing, and DOCS have printed all my published books, mostly memoirs and anthology, usually perfect-bound.</blockquote> <span class=\"name\">Helene Richards, Publisher</span><br /> <span class=\"client\">HR Publications</span>"
random_text[number++] = "<blockquote class=\"pullquote\">DOCS continue to be my printer of choice because of their low prices, efficient service, friendly and helpful staff, and their consistent provision of a quality product.</blockquote> <span class=\"name\">Helene Richards, Publisher</span><br /> <span class=\"client\">HR Publications</span>"

var random_number = Math.floor(Math.random() * number);

document.write(random_text[random_number]);
