function getthequote() { var ar = new Array("&quot;I love the simplicity of VA&quot; - JM", 
"&quot;I downloaded VA2000 from the net, and straight away found it so easy to use.&quot; - PH (Surrey)",
"&quot;It is a delight to use, and I know where all my money is at any one time. I can recommended it to anybody...&quot; - PH (Surrey)",
"&quot;Great programme - have used it for years. Works just fine for my small business and the best bit is that I understand it (not being an accountant)&quot; - JF", 
"&quot;I've been a registered user since April '95. As a self employed sales agent it suits me sir!&quot; - PJ (Dorset)",
"&quot;I have used the VA programme for years now... I'm so pleased you are promoting it again...&quot; - AS (Kent)",
"&quot;I always have been a happy user of VA since the first version. The most important factor must be ease of use.&quot; - CG (Jersey)",
"&quot;Please don't change too much. It's pretty fantastic as it is !&quot; - PKB (Staffs)",
"&quot;We have used VA since I can remember, now on VA2000 V1.2 and just downloaded the update. I think maybe 10 years ago we started. We love it...&quot; - DC",
"&quot;We've used VA virtually since it was first launched. It's so easy to use that we wouldn't use anything else...&quot; - MDG (Clywd)",
"&quot;VA helps me keep track of my spending without the clutter of jargon... Quick to use and clear to follow, I'm very impressed indeed.&quot; - JSL (Durham)",
"&quot;Love the package &amp; I've only really scratched the surface so far!&quot; - EJR (Rossendale)",
"&quot;I keep trying other programs but always come back to it as [it's] the only one whose mode of working matches my understanding of accounts.&quot; - PP (Chesire)"); 
var num = Math.floor(Math.random() * ar.length); 
document.write(ar[num]);
 } 


