var Quotation=new Array()

Quotation[0] = "By focusing on a few believable goals;<br />you will reap many unbelievable rewards.";
Quotation[1] = "Three simple words separate the most<br />successful individuals from others - Never Give Up!- ";
Quotation[2] = "Leadership is the ability<br />to transform vision into reality.";
Quotation[3] = "The choices we make are the<br />true measure of our character.";
Quotation[4] = "Each challenging step you take is<br />a footprint on the path to success.";
Quotation[5] = "By taking the time to work smart;<br />you will decrease the time to work hard.";
Quotation[6] = "Courage is the realization that you may not win;<br />yet you continue to persevere.";
Quotation[7] = "The softest whisper can draw the most attention.";
Quotation[8] = "Embrace each challenge in life as an opportunity<br />to practice your problem-solving skills.";
Quotation[9] = "Faith is taking the first step even when<br />you don't see the whole staircase.";
Quotation[10] = "The pursuit of knowledge is the catalyst of success.";
Quotation[11] = "Excellence is raising the bar;<br />Genius is re-creating the bar.";
Quotation[12] = "The perception of truth is often a flexible concept.";
Quotation[13] = "Believing in yourself is the<br />first step to personal fullfillment.";
Quotation[14] = "Positive thinking, realistic goals, & sustained effort<br />can take you anywhere you want to go.";
Quotation[15] = "It often takes many years of hard work<br />to become an overnight success.";
Quotation[16] = "Improving the world within you<br />is the first step to improving the world outside.";
Quotation[17] = "Use your fear to prepare you;<br />Use your courage to move you positively forward.";
Quotation[18] = "Ideas are a dime a dozen;<br />Desire, action, & perseverance are priceless."; 
Quotation[19] = "Take one positive action right now that will have you<br />looking back on this moment with gratitude and satisfaction."; 
Quotation[20] = "Success depends on your direction,<br />not on your position."; 
Quotation[21] = "The attitude of success depends upon our disposition,<br />and not upon our circumstances."; 
Quotation[22] = "Success comes not from what we think,<br /> but from what we actually do.";
Quotation[23] = "Your daily actions present a clear indication<br />of your true priorities.";  
Quotation[24] = "The only job where you begin at the top<br />-- is digging a hole.";  
Quotation[25] = "--- Breathe!! ---";
Quotation[26] = "See yourself";
Quotation[27] = "Turn up the corners of your mouth and SMILE!";
Quotation[28] = "Take a moment each day to be grateful for the parts of you that still work!";
Quotation[29] = "Give yourself permission to be yourself in every moment.";
Quotation[30] = "Time is our most valuable commodity.<br />Respect your time and the time of others.";
Quotation[31] = "“Life is like a box of chocolates.  You never know what you are going to get”   From “Forrest Gump”";
Quotation[32] = "“The quality of one’s life depends<br /> on the quality of attention.";
Quotation[33] = "Whatever you pay attention to will grow more important in your life”  Deepak Chopra";
Quotation[33] = "Failure is succeeding at finding out<br />what doesn't work.";
Quotation[34] = "“You cannot fail…unless you quit!”  Abraham Lincoln";
Quotation[35] = "A journey of a thousand miles<br /> begins with a single step.  Confucius";

var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write(Quotation[whichQuotation]);}
showQuotation();









 

 










