
<!--
var r_text = new Array ();
r_text[0] = "Lying is done with words and also with silence. - Adrienne Rich";
r_text[1] = "Good communication is as stimulating as black coffee, and just as hard to sleep after. - Anne Morrow Lindbergh";
r_text[2] = "Even if you do learn to speak correct English, whom are you going to speak it to? - Clarence Darrow";
r_text[3] = "People say conversation is a lost art; how often I have wished it were. - Edward R. Murrow";
r_text[4] = "When people talk, listen completely. Most people never listen. - Ernest Hemingway";
r_text[5] = "The problem with communication ... is the illusion that it has been accomplished. - George Bernard Shaw";
r_text[6] = "Argument is the worst sort of conversation. - Jonathan Swift";
r_text[7] = "The more elaborate our means of communication, the less we communicate. - Joseph Priestly";
r_text[8] = "Don't knock the weather; nine-tenths of the people couldn't start a conversation if it didn't change once in a while. - Kim Hubbard";
r_text[9] = "One of the basic causes for all the trouble in the world today is that people talk too much and think too little. They act impulsively without thinking. I always try to think before I talk. - Margaret Chase Smith";
r_text[10] = "The most basic and powerful way to connect to another person is to listen. Just listen. Perhaps the most important thing we ever give each other is our attention…. A loving silence often has far more power to heal and to connect than the most well-intentioned words. - Rachel Naomi Remen";
r_text[11] = "Argument is the worst sort of conversation. - Jonathan Swift";
r_text[12] = "Argument is the worst sort of conversation. - Jonathan Swift";
var i = Math.round(6*Math.random());
document.write('<span style="background-color: #FFFF00; font-style: italic;">' + r_text[i] + '</span>');
//-->
