function getQuote(){var a=new Array();a[0]='"Thanks to systems provided and maintained by Bashton, we\'ve exceeded our 99.995% uptime targets for the past two years" - <span class="person">Daniel Foster - Melbourne Network Solutions</span>';a[1]='The level of support provided is outstanding [...] as a direct result of your work, website performance has improved by over 250% - <span class="person">Dan Woodrow, Intertek Group PLC</span>';a[2]='Thanks for your support in resolving our immediate VPN issues. I was extremely impressed with your knowledge and approach - <span class="person">Richard Linney, Eurofins Scientific</span>';a[3]='Bashton fill a vital role in the continual improvement of IT systems within Amtrak, and they bring a great deal of value to the business - <span class="person">Peter Franks, Amtrak</span>';a[4]='Thanks to the superb quality of their work, Bashton have helped us win and maintain some very high profile customers - <span class="person">Patrick Byrnes, Packnet</span>';a[5]='When we\'re unsure about which technologies to use, or how best to use them, we know we can rely on Bashton to help us with the decision and the deployment - <span class="person">Andy Leitch, LeadX</span>';return(a[Math.floor(Math.random()*6)])}function changeQuote(){$("#custquote").fadeOut("slow",function(){$("#custquote").html(getQuote());$("#custquote").fadeIn("slow")});return true}$(document).ready(function(){$("#custquote").html(getQuote());setInterval("changeQuote()",12000)});
