function random_text()
{};
var random_text = new random_text();
// Number of text strings to zero to start
var number = 0;
// List variables
random_text[number++] = "<p>I would recommend <strong>cashtrac</strong> strongly. Clear, concise and competively priced.</p><p><strong>Steve H</strong><br />Cheltenham</p>"
random_text[number++] = "<p>They are extremely approachable, always available. Probably the best accountants around.</p><p><strong>Ray P</strong><br />Ledbury</p>"
random_text[number++] = "<p><strong>Cashtrac</strong> are genuine, very down to earth and easily approachable with no airs and graces, just good advice and great asistance.</p><p><strong>Shane B</strong><br />Oxford</p>"
random_text[number++] = "<p>I would recommend <strong>cashtrac</strong> strongly to small businesses and individual members, without any hesitation.</p><p><strong>Kathie B</strong><br />Andoversford</p>"
random_text[number++] = "<p>Extremely friendly staff and very prompt responses. Impressed with the service and will recommend.</p><p><strong>Matt G</strong><br />Cheltenham</p>"
random_text[number++] = "<p>Thank you so much for dealing with everything so promptly. I am really happy with my choice of accountant so far.</p><p><strong>Adrian S</strong><br />Tewkesbury</p>"
random_text[number++] = "<p>I would like to take this opportunity to thank you for the excellent service that you have provided.</p><p><strong>Judy T</strong><br />Gloucester</p>"
random_text[number++] = "<p>Thanks again for all your help, Im already pleased to have chosen <strong>cashtrac</strong>.</p><p><strong>Peter S</strong><br />Newent</p>"
random_text[number++] = "<p>Thanks again to <strong>cashtrac</strong> for your support and guidance in my first year of trading.</p><p><strong>Paul G</strong><br />Gloucester</p>"
random_text[number++] = "<p>It was refreshing to speak with somebody that actually had an interest in helping customers, a rarity Ive found recently.</p><p><strong>Margret B</strong><br />Gloucester</p>"
var random_number = Math.floor(Math.random() * number);
document.write(random_text[random_number]);