// JavaScript Document

<!--

// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************

function text() {
};

text = new text();
number = 0;

// textArray

text[number++] = "You have been the absolute best! You are extremely knowledgeable and helpful in every way. I would have never been involved with the board if it had not been for you. There has not been one other property manager I would have even considered working with.<br />Thank you so much for everything you have done - and that's a lot. <BR> - <em>Susan Grissom, President of Chattahoochee Chase</em>"
text[number++] = "Thank you for getting the lights approved Bill. I can only imagine what it would have taken for anyone not involved in neighborhood management to accomplish this. It probably would not have happened. It is great that you have the background and experience to be able to know how to get this done. And yoiu also must have spent a lot of hours doing this too. It is much appreciated!<BR>- <em>Kathy Krishon, Cedar Forks HOA</em>"
text[number++] = "As I have gotten to know you over the past several years both as a Property Manager of the neighborhood that I live in, as well as a Manager for many of the communitities that my company services, I have learned that I can trust you to look after my best interest as a vendor for your company as well as the best interest of the homeowners in the communities that you manage.<BR>- <em>David Sizemore, Deer Run HOA</em>"
text[number++] = "I've found Team managment to be professional and consistent in managing our neighborhood. Bill's (Mr. Wetter's) personal attention has been a key factor in our successful relationship.<BR>- <em>Matt Curry, Hampton Hall HOA</em>"
text[number++] = "Thank you too, for always letting me vent, and lending a helping hand when I need it. I hope you know that we long time residents (there not too many of us left!) of Hampton Hall really appreiciate all the hard work you do for your subdivision, and your continuted effort to make this one of the best subdivisions in Alpharetta.<BR>- <em>Wendy Fenner, Hampton Hall HOA</em>"
text[number++] = "TEAM has been doing a great job repsonding to our many request / demands / concerns. Thank You! Heidi is a terrific representative for TEAM - good communicator, on top of uncooperative homewoners, helpful, quick to respond to emails and phone calls, and now that you point out all the extras, Heritage Crest has even more reasons to be grateful for the services you provide. <br />On a more personal level, I especially appreciate your being tolerant of my many questions. Besides wanting to understand how it all works, I want to be as informed as I can be so that we can better serve our homewoners and respond to their questions / demands / concerns more thoroughly.<br />- <em>Tere Riegel, VP, Heritage Crest HOA</em>"
text[number++] = "Bill, thanks for all of your assistance in the past few months with listening to our concerns and helping us to make this transition a seamless one with positive benefits for the Community.<BR>- <em>Ellen K. Bradley, President, Terrell Trace HOA</em>"
text[number++] = "You are SUPER - your expertise will never be duplicated!<BR>- <em>The Tekelys, The Village at Rock Springs</em>"
text[number++] = "Thanks so much Bill for the quick response.  You guys are the best!<BR> - <em>Liz Hatchel, Kentmere</em>"
text[number++] = "Hello Bill Wetter, Bill Snyder has been very kind to me and he listens to every concern that I share with him and he gets back to me so quickly.. Almost as quick as I hit 'send' .. I get a reply back! My family and I sleep better at night knowing that Bill is listening and taking action! I do feel more comfortable and reassured by his words and actions! Thank you for taking an active part in the solutions!!<BR> - <em>Darlene Prisco</em>"





// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(text[increment]);

//-->