var r_text = new Array ();
r_text[0] = "What a marvelous website! There is so much of historical interest available on the site -Sylvia.";
r_text[1] = "This is wonderfull to have this site online. Brings back so many exciting memories. - Carol";
r_text[2] = "I am so thankfull to have found this site...will be passing it on to my friends and relatives. have a Good One! - Melinda";
r_text[3] = "Thank you for your work and dedication in producing your books and this website. I found the content interesting and informative. - Jack";
r_text[4] = "This is a great site and thanks for the great memories. - Len";
r_text[5] = "Great site, great memories of growing up at the Lake.  Miss those old days at Hansons Park. It was great reading everyone's memories. - Christopher";
r_text[6] = "Congratulations on this wonderful site for those who love Harveys Lake. - Donald";
var i = Math.floor(7*Math.random())
document.write(r_text[i]);

