<!-- Begin

var consultingQuotes = new Array(19);
for (i = 0; i < consultingQuotes.length; ++ i) consultingQuotes[i] = new Array(3); // define two dimentional array

consultingQuotes [0] [0] = "The conventional definition of management is getting work done through people, but real management is developing people through work.";
consultingQuotes [0] [1] = "Agha Hasan Abedi";
consultingQuotes [0] [2] = "#";
consultingQuotes [1] [0] = "I am definitely going to take a course on time management... just as soon as I can work it into my schedule.";
consultingQuotes [1] [1] = "Louis E. Boone";
consultingQuotes [1] [2] = "#";
consultingQuotes [2] [0] = "Management is doing things right; leadership is doing the right things.";
consultingQuotes [2] [1] = "Peter F. Drucker";
consultingQuotes [2] [2] = "#";
consultingQuotes [3] [0] = "Effective leadership is not about making speeches or being liked; leadership is defined by results not attributes.";
consultingQuotes [3] [1] = "Peter F. Drucker";
consultingQuotes [3] [2] = "#";
consultingQuotes [4] [0] = "What the lion cannot manage to do the fox can.";
consultingQuotes [4] [1] = "German Proverb";
consultingQuotes [4] [2] = "#";
consultingQuotes [5] [0] = "The manager accepts the status quo; the leader challenges it.";
consultingQuotes [5] [1] = "Warren G. Bennis";
consultingQuotes [5] [2] = "#";
consultingQuotes [6] [0] = "One of the most important tasks of a manager is to eliminate his people's excuses for failure.";
consultingQuotes [6] [1] = "Robert Townsend";
consultingQuotes [6] [2] = "#";
consultingQuotes [7] [0] = "A project is complete when it starts working for you, rather than you working for it.";
consultingQuotes [7] [1] = "Scott Allen";
consultingQuotes [7] [2] = "#";
consultingQuotes [8] [0] = "The truth is more important than the facts.";
consultingQuotes [8] [1] = "Frank Lloyd Wright";
consultingQuotes [8] [2] = "http://www.whatsthesig.com/quotes/the-truth-is-more-important-than-the-facts";
consultingQuotes [9] [0] = "If you tilt the whole country sideways, Los Angeles is the place where everything loose will fall.";
consultingQuotes [9] [1] = "Frank Lloyd Wright";
consultingQuotes [9] [2] = "#";
consultingQuotes [10] [0] = "My two most valuable tools are an eraser in the drawing room and a sledge hammer on the build site.";
consultingQuotes [10] [1] = "Frank Lloyd Wright";
consultingQuotes [10] [2] = "#";
consultingQuotes [11] [0] = "I know that you believe you understand what you think I said, but I'm not sure you realize that what you heard is not what I meant.";
consultingQuotes [11] [1] = "Robert McCloskey";
consultingQuotes [11] [2] = "#";
consultingQuotes [12] [0] = "Why can we remember the tiniest detail that has happened to us, and not remember how many times we have told it to the same person.";
consultingQuotes [12] [1] = "François de la Rochefoucauld";
consultingQuotes [12] [2] = "#";
consultingQuotes [13] [0] = "The trouble with being punctual is that nobody's there to appreciate it.";
consultingQuotes [13] [1] = "Franklin P. Jones";
consultingQuotes [13] [2] = "#";
consultingQuotes [14] [0] = "Never go to a doctor whose office plants have died.";
consultingQuotes [14] [1] = "Erma Bombeck";
consultingQuotes [14] [2] = "#";
consultingQuotes [15] [0] = "Speak when you are angry - and you'll make the best speech you'll ever regret.";
consultingQuotes [15] [1] = "Dr. Laurence J. Peter";
consultingQuotes [15] [2] = "#";
consultingQuotes [16] [0] = "Please, dear God, don't let me fuck up."
consultingQuotes [16] [1] = "1st American in Space: Alan B. Shepard Jr."
consultingQuotes [16] [2] = "http://www.whatsthesig.com/quotes/please-dear-god-dont-let-me-fuck-up";
consultingQuotes [17] [0] = "In any moment of decision, the best thing you can do is the right thing, the next best thing is the wrong thing, and the worst thing you can do is nothing.";
consultingQuotes [17] [1] = "Theodore Roosevelt";
consultingQuotes [17] [2] = "#";
consultingQuotes [18] [0] = "If a decision is important enough, it can wait.";
consultingQuotes [18] [1] = "Unknown";
consultingQuotes [18] [2] = "#";
consultingQuotes [19] [0] = "Plans are useless, planning is indispensable";
consultingQuotes [19] [1] = "General Dwight D. Eisenhower";
consultingQuotes [19] [2] = "#";

//-->
