
document.write("<center>")
document.write("<span style=\"text-decoration: none; font-weight: 700; font-size= 12pt\">")
	var quote=new Array()
		quote[0] = "You can get everything in life you want... if you'll just help enough other people get what they want -Zig Zigilar";
		quote[1] = "Busy being busy accomplishes busyness not business- unknown";
		quote[2] = "I would rather see a crooked furrow then an unplowed field - Paul Jewkes ";
		quote[3] = "A journey of a thousand miles starts with one step- unknown ";
		quote[4] = "One small good deed is better then a grand intention- unknown";
		quote[5] = "One good deed is better than all grand intentions";
		quote[6] = "Just do it";
		quote[7] = "God made the diamonds for his crowd, not satans bunch- Zig Zigilar";
		quote[8] = "Happiness does not come with things, even twentith centry things, it can come from work and pride in what you do. -Mahatma Gandi";
		quote[9] = "spectacular achievement is always proceeded by unspectacular preparation -Zig Zigilar (Zig Zigilar secrets of closing the sale)";
		quote[10] = "The best minute I spend is one I invest in people -Kenneth blanchard, Spencer Johnson (The One minute Manager) ";
		quote[11] = "Faith is to believe what you do not yet see; the reward for this faith is to see what you believe -St. Augustine (Note from a Friend, Anthony Robbins)";
		quote[12] = "Success is the result of good judgment, Good judgment is the result of experience, experience is the result of bad judgment -(Note from a Friend, Anthony Robbins)";
		quote[13] = "It is in your moments of decision that your destiny is shaped -Anthony Robbins (Awaken the Giant Within)";
		quote[14] = "Every adversity, every failure and every heart ache carries with it the seed of an equivalent or a greater benefit - Napoleon Hill (Think and Grow rich)";
		quote[15] = "Both poverty and riches are off spring of thought - Napoleon Hill (Think and Grow rich)";
		quote[16] = "What ever the mind of man can conceive and believe it can achieve - Napoleon Hill (Think and Grow rich)";
		quote[17] = "Men of action are favored by the Goddess of good luck -George S. Clason (The Richest Man in Babylon)";
		quote[18] = "Where determination is, the way can be found -George S. Clason (The Richest Man in Babylon)";
		quote[19] = "For things we have to learn before we can do them, we learn by doing them -Aristotle (The New Positioning, Jack trout) ";
		quote[20] = "The world turns aside to let any man pass who knows whither he is going -David S. Jordan";
		quote[21] = "Don't let the opinions of the average man sway you. Dream, and he thinks you're crazy. Succeed and, he thinks you are lucky. Acquire wealth and he thinks you're greedy. pay no attention. He simply doesn't understand -Robert G. Allen (Creating Wealth)";
		quote[22] = "Give a man a fish and feed him for the day. Teach a man to fish and feed him for a life time -Loa Tzu";
		quote[23] = "The More you do what you've been doing the more you'll get what you have got";
		quote[24] = "To know and not to do is to not know yet -Zen saying";
		quote[25] = "Goals are as essential to success as air is to life -David Schwartz";
		quote[26] = "Some men have thousands of reasons why they cannot do what they dream, when all they need is one reason why they can -Dr. Willis R. Whitney ";
		quote[27] = "Successful people make decisions quickly (as soon as the facts are available) and change them very slowly (if ever). Unsuccessful people make decisions slowly and change them often and quickly -Napoleon Hill";
		quote[28] = "Unjust Criticism is usually a disguised compliment. It often means that you have aroused jealousy and envy. Remember no one kicks a dead dog. -Dale Carnegie";
		quote[29] = "The risk of doing nothing is greater then the risk of doing something - (Fish)";
		quote[30] = "If we all did the things we are capable of doing, we would astound ourselves. - Thomas A. Edison";
	var Q = quote.length;
	var choosequote=Math.floor(Math.random()*(Q-1));
document.write(quote[choosequote])
document.write("</center>")


