// Copyright 1998-2011 Microcontroller.com
var totd = new Array(31);
totd[0] = "Anyone who treats you with such little regard and kicks you to the curb with no cares how this it affects your life, isn`t worth another precious thought.<br>- Bill Giovino";
totd[1] = "No man's knowledge here can go beyond his experience<br>-John Locke";
totd[2] = "The actions of men are the best interpreters of their thoughts<br>-John Locke";
totd[3] = "All the ills of mankind, all the tragic misfortunes that fill our history books, all the political blunders, all the failures of the great political leaders have arisen merely from a lack of skill in dancing.<br>- Moliere";
totd[4] = "KNOWLEDGE IS POWER";
totd[5] = "<i>Ease Of Use</i> is more important than <i>Leading Edge Technology</i>";
totd[6] = "The most dangerous people in the world are charismatic incompetents<br>-Bill Giovino";
totd[7] = "I learned that there is energy connected with thought.  Thought can be pulsed and the energy connected with it becomes coherent and has a laser-like power.<br>Marcel Vogel";
totd[8] = "Nine women cannot make a baby in one month";
totd[9] = "I don't know the key to success, but the key to failure is trying to please everybody. <br>- Bill Cosby";
totd[10] = "It is about building a large business, causing radical innovation, causing large change. Anytime you do that, and build a business causing change, you build value, and it doesn't matter how long it takes.<br>-Vinod Khosla";
totd[11] = "There's a difference between keeping an open mind, and blindly believing in something because you want it to be true.";
totd[12] = "<small>Real Life is actually a lot more like high school. The common denominator prevails. Excellence is not always recognized or rewarded. What we watch on our screens, whom we elect, are determined to a large extent by public polls. Looks count. A lot. And unlike the best of the college experience, when ideas and solutions somehow seem attainable if you JUST get up early, stay up late, try hard enough, and find the right source or method, things on the outside sometimes seem vast and impossible - and settling, resigning oneself, or hiding and hunkering down becomes the best way of getting along.<br>-Meryl Streep, 1983 Vassar commencement speech</small>";
totd[13] = "How people treat us in life is less important than how we choose to handle it.<br>-Bill Giovino";
totd[14] = "He who ignores discipline comes to poverty and shame<br>- Prov 13: 18";
// totd[14] = "Trust everybody ... then cut the cards.";
totd[15] = "Simplicity, patience, and compassion. These are your greatest treasures.<br>-Lao Tsu";
totd[16] = "Each time you are honest and conduct yourself with honesty, a success force will drive you toward greater success. Each time you lie, even with a little white lie, there are strong forces pushing you toward failure.<br>-Joseph Sugarman";
totd[17] = "Who is determined has purpose.<br>Tao Te Ching";
totd[18] = "Many persons have the wrong idea of what constitutes true happiness. It is not attained through self-gratification, but through fidelity to a worthy purpose.<br>- Helen Keller";
totd[19] = "Always bring a concrete definite vision to your goals and your agenda<br>-Jillian Michaels";
// totd[19] = " <br /><h4>September 19th - Today is the International <i>Talk Like a Pirate Day</i>!<br />(Arr Arr!)</h4>";
totd[20] = "The follow-through, the <i>execution</i>, is a thousand times more important than a great idea. In fact, if the execution is perfect, it sometimes barely matters what the idea is<br>-Felix Dennis";
totd[21] = "There are only two ways by which to rise in this world, either by one's own industry or by the stupidity of others.<br>- Jean de la Bruyere";
totd[22] = "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.<br>- Albert Einstein";
totd[23] = "Trust is the ultimate coin.<br>-Bill Giovino";
totd[24] = "No man or woman who tries to pursue an ideal in his or her own way is without enemies.<br>-Daisy Bates";
totd[25] = "Nobody does anything for one reason.<br>-Russell Banks";
totd[26] = "Desire is the key to motivation, but it's determination and commitment to an unrelenting pursuit of your goal - a commitment to excellence - that will enable you to attain the success you seek.<br>-Mario Andretti";
totd[27] = "Adapt what is useful, reject what is useless, create what is specifically your own<br>-Bruce Lee's Philosophy";
totd[28] = "In a time of universal deceit, telling the truth is a revolutionary act<br>- George Orwell";
totd[29] = "Justice without force is powerless. Force without justice is tyrannical.<br>- Blaise Pascal";
totd[30] = "If you rely too much on precedence, you never allow for the unexpected.";
totd[31] = "People may not remember what you said or did, but they will always remember how you made them feel.<br>-Bill Giovino";
totd[32] = "Always be strong enough to avoid bitterness.<br>-Confucius";

var now = new Date();
var wisdom = now.getDate();

var lent = totd[wisdom].length;
var x = 110;

// document.write("<b>* * * Thought for the Day * * *</b><br>")

// if (lent >= x) { document.write("") };

//document.write("<font color=\"indigo\"><b>");
document.write("<div class=\"laws1\">");
document.write(totd[wisdom]);
document.write("</div>");
// if (lent >= x) { document.write("") };

