function text() {
};

text = new text();
number = 0;

// textArray
text[number++] = "Best site yet! One week after registering with you and three of us from same commission.(Trafalgar with ar) Many Thanks"
text[number++] = "I am a member of your web site (Dolly Gray) attached to HMS/M Courageous, but I also served on HMS Unicorn and in the 2400 support group. Your site has got me in contact with a couple of old oppos of which I am very grateful."
text[number++] = "Fantastic site Keep up the good work, I have passed on the address to a few ex-matelots I am still in touch with."
text[number++] = "I like the layout and format of your site. More power to your elbow and hope you have more members coming forward soon."
text[number++] = "The web site is great, I have made contact with a few Old Oppos and also passed the site on to a few old sea dogs!"
text[number++] = "It is an excellent site"
text[number++] = "I now have managed to login in to OldOppos and have even tracked down a few old pals.. Again many thanks for your help"
text[number++] = "I would like to thank the people who helped me in my search for Graham Lupton and Mark Cawley, both now located and am looking forward to meeting them again within the next couple of weeks after a gap of twenty yrs..thanks to the site"
text[number++] = "I've just had a look through the website and it is very good. I particularly enjoyed the photo gallery, I'm still in touch with some boys who have gone outside and I'll be sure to spread the word."
text[number++] = "Thank you so much for your much appreciated help with old comrades for Reg Lock.  These old soldiers were really brave to have to deal with the conditions prevailing in those days."
text[number++] = "Just a quick note to say thank you for all your help.  I am now in contact with three members of the flypast that day who are coming to take part in the BBC programme. Thanks again, I couldn't have done it without you."
text[number++] = "I have just completed my record of service and am glad to join up - I have paid my £5!  Thanks for setting up this site - it is a lot easier to use than many similar."
text[number++] = "I just wanted to drop you a line to say Thank You. I have been trying for about a month to find information on my father's military service with no luck. Through your web site I was able to find out where and how to get this information. Thank you so very much"
text[number++] = "Your site is an excellent one; I'm extremely glad that you've provided the opportunity for many old comrades to get in touch with one another. My sincere compliments to you for establishing this much-needed site, especially as the rigors, tests, and comradeship of military service are now shared by decreasing numbers of our youngest generation."
text[number++] = "It's great to be able to &quot;go back&quot; in the mind to the good old days.  I wish you well"
text[number++] = "<I><IMG src=\"http://www.oldoppos.co.uk/images/ian_fraser_small.jpg\" alt=\"Commander Ian E. Fraser VC, DSC, JP Royal Naval Reserve\" width=\"50\" height=\"69\" hspace=\"5\" vspace=\"3\" border=\"1\" align=\"right\">&quot;I would be very happy to show my support for OldOppos<BR>&quot;We must all value our old Comrades, as we get older and memories begin to fade, spare a thought for the many forgotten service men and women who are looking for old friends. Those long lost photos left in dusty piles around the house, OldOppos has made a big difference spreading a little warmth by reuniting old friends.</I>&quot;<BR>Cdr Ian E. Fraser<BR>VC,DSC,JP. Royal Naval Reserve"
increment = Math.floor(Math.random() * number);
document.write(text[increment]);