/* This JavaScript (Random Quotes) developed by Scott ClarkThe Source is available at http://www.clarksco.com/blog/Copyright 2005 Clark Consulting */var num_of_quotes = 5;quotes = Math.floor (num_of_quotes * Math.random());if (quotes==0) {body="Excellent service and always willing to offer advice at any time.  Value for money and never had bad advice in 12 years of service";title="A Holdstock, Graphic Designer";}if (quotes==1) {body="In 2008, Springfield Parish Council agreed that Coles should assist in our end of year accounting process.  I would just like to say thank you for the excellent professional service that you have provided to us.  You always give high-quality service and consistently efficient advice.  It is also satisfying to know that any problems or question I may have during the year are invariably answered on the same day.<br>Thank you";title="B Larken, Springfield Parish Council";}if (quotes==2) {body="I would just like to confirm that I am a very satisfied customer with the service I receive from Coles.  They are articulate, accurate, present their work in easy to understand terms and are reliable.  I would have no hesitation in recommending Coles";title="R T Sunnucks, R T Sunnucks Ltd";}if (quotes==3) {body="A good, friendly and helpful service offered in plain English";title="G Barratt, Foundations Eastern Ltd";}if (quotes==4) {body="I have found Coles' services to be delivered in a professional, timely, no-nonsense way. I am a happy customer. Would all that service providers get on with the job in such a no-nonsense way.<br>Thank you";title="S G Simmons,<br>Invicta Property Partnership LLP";}document.write('<div align=left>');document.write('<font size="1"></b><font color="#666666"><font face="arial">'+ body +'<br><b><font size="1"><font color="#b3ba36"><font face="arial">');document.write('' + title + '<font size="1"><font color="#b3ba36"><font face="arial"><br><br><br>');document.write('</div>');
