// ***********************************************
// 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 )
// ***********************************************
// BS header right side
function text() {
};

text = new text();
number = 0;

// textArray
text[number++] = "'Business Specialties worked overtime to make sure that I had what I needed when I needed it.'<i>&nbsp;&nbsp;&#8212;Amy</i>"
text[number++] = "'...prompt response time... easy to contact.'<i>&nbsp;&nbsp;&#8212;Gina</i>"
text[number++] = "Customer response: '...efficient, cooperative, prompt and helpful.'<i>&nbsp;&nbsp;&#8212;Carolyn</i>"
text[number++] = "'We do not act rightly because we have virtue or excellence, but we rather have those because we have acted rightly.'<i>&nbsp;&nbsp;&#8212;Aristotle</i>"
text[number++] = "'Excellence is an art won by training and habituation.'<i>&nbsp;&nbsp;&#8212;Aristotle</i>"
text[number++] = "Quality is remembered long after the price is forgotten.<i>&nbsp;&nbsp;&#8212;Gucci family slogan</i>"
text[number++] = "Worry not that no one knows of you; seek to be worth knowing.<i>&nbsp;&nbsp;&#8212;Confucius</i>"
text[number++] = "Nobody counts the number of ads you run; they just remember the impression you make.<i>&nbsp;&nbsp;&#8212;William Bernbach</i>"
text[number++] = "Customer comment: '...advised of a special sale...received products quickly. Completely satisfied.'<i>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#8212;Karen</i>"
text[number++] = "...whenever brand names are neglected, what is known as 'the commodity slide' begins.<i>&nbsp;&nbsp;&#8212;Marketing Plans That Work</i>"
text[number++] = "Reputation matters because your behind is always behind you.<i>&nbsp;&nbsp;&#8212;Happy Masina</i>"
text[number++] = "Welcome. You can look elsewhere, but you can't do better."
text[number++] = "Welcome. We hope you will join our list of satisfied customers."
increment = Math.floor(Math.random() * number);

document.write(text[increment]);
