var quote = new Array()
quote[0] = 'A quality result with quick response to questions<br>and issues - very pleased with the outcome<br>- Brent Devlin, Commercial Manager'
quote[1] = 'It is a pleasure to report to you that we found [WebCentre] efficient,<br> experienced and very understanding to our needs throughout the process.<br>- Barbara Swettenham, University of Canterbury Staff Club'
quote[2] = 'Edward Tufte is using your web site (SciTechDaily.com) as an example<br> of a great web site in his lectures....You are truly doing a great job!<br>- Anton Skorucak, President & CEO of Science IQ'
quote[3] = 'I am impressed by the speed of responses to my needs for support, and by the personal<br>nature of contact with the Webcentre team: I am always welcomed as an important customer.<br>- Tom Watson, Encouragementors'
quote[4] = 'TurboNote+ &#151; top-rating desktop sticky notes for Windows<br>Check it out for yourself at <a href="http://turbonote.com" target="_blank">Turbonote</a>'

var quotenum = quote[Math.round(Math.random()*4)]

function writeQuote() {
document.write (quotenum)
}
