// JavaScript Document
rnumb = Math.floor(Math.random()*14);
		img = rnumb;
		//alert (img);
		if (img == "0") {
		document.write('"Good communication is as stimulating as black coffee, and just as hard to sleep after."  <strong>Anne Morrow Lindbergh</strong>');
		//alert ("1");
		}
		if (img == "1") {
		document.write('"Many attempts to communicate are nullified by saying too much."  <strong>Robert Greeleaf</strong>');
		//alert ("2");
		}
		if (img == "2") {
		document.write('"When people talk, listen completely. Most people never listen."  <strong>Ernest Hemingway</strong>');
		//alert ("3");
		}
		if (img == "3") {
		document.write('"If I am to speak ten minutes, I need a week for preparation; if fifteen minutes, three days; if half an hour, two days; if an hour, I am ready now."  <strong>Woodrow Wilson</strong>');
		//alert ("4");
		}
		if (img == "4") {
		document.write('"If you can\'t describe what you are doing as a process, you don\'t know what you\'re doing."  <strong>W. Edwards Deming</strong>');
		//alert ("5");
		}
		if (img == "5") {
		document.write('"Tell me and I forget. Teach me and I remember. Involve me and I learn."  <strong>Benjamin Franklin</strong>');
		//alert ("6");
		}
		if (img == "6") {
		document.write('"Imagination is more important than knowledge. Knowledge is limited. Imagination encircles the world."  <strong>Albert Einstein</strong>');
		//alert ("7");
		}
		if (img == "7") {
		document.write('"Don\'t knock the weather; nine-tenths of the people couldn\'t start a conversation if it didn\'t change once in a while."  <strong>Kin Hubbard</strong>');
		//alert ("8");
		}
		if (img == "8") {
		document.write('"The right to be heard does not automatically include the right to be taken seriously."  <strong>Hubert H. Humphrey</strong>');
		//alert ("9");
		}
		if (img == "9") {
		document.write('"Be sincere; be brief; be seated."  <strong>Franklin Delano Roosevelt</strong>');
		//alert ("10");
		}
		if (img == "10") {
		document.write('"People say conversation is a lost art; how often I have wished it were."  <strong>Edward R. Murrow</strong>');
		//alert ("11");
		}
		if (img == "11") {
		document.write('"Communication leads to community, that is, to understanding, intimacy and mutual valuing."  <strong>Rollo May</strong>');
		//alert ("12");
		}
		if (img == "12") {
		document.write('"Words are, of course, the most powerful drug used by mankind."  <strong>Rudyard Kipling</strong>');
		//alert ("13");
		}
		if (img == "13") {
		document.write('"If you do not know how to ask the right question, you discover nothing."  <strong>W. Edwards Deming</strong>');
		//alert ("14");
		}