
<!-- Begin
var quote = new Array();
Stamp = new Date();
today = Stamp.getDate();

quote[1] = "&#8220;The art of being wise is knowing what to overlook.&#8221;<br>&#8211; William James";
quote[2] = "&#8220;The more a man knows, the more he forgives.&#8221;<br>&#8211; Catherine the Great";
quote[3] = "&#8220;A loving heart is the truest wisdom.&#8221;<br>&#8211; Charles Dickens";
quote[4] = "&#8220;In order to succeed, your desire for success should be greater than your fear of failure.&#8221;<br>&#8211; Bill Cosby";
quote[5] = "&#8220;The best thing about the future is that it only comes one day at a time.&#8221;<br>&#8211; Abraham Lincoln";
quote[6] = "&#8220;I was taught that the way of progress is neither swift nor easy.&#8221;<br>&#8211; Marie Curie";
quote[7] = "&#8220;You must do the thing you think you cannot do.&#8221;<br>&#8211; Eleanor Roosevelt";
quote[8] = "&#8220;I need to take an emotional breath, step back and remind myself who's actually in charge of my life.&#8221;<br>&#8211; Judith Knowlton";
quote[9] = "&#8220;We can do anything we want as long as we stick to it long enough.&#8221;<br>&#8211; Helen Keller";
quote[10] = "&#8220;Experience is what you get when you do not get what you want.&#8221;<br>&#8211; Anonymous";
quote[11] = "&#8220;When making your choice in life, do not forget to live.&#8221;<br>&#8211; Samuel Johnson";
quote[12] = "&#8220;Begin with the end in mind.&#8221;<br>&#8211; Stephen Covey";
quote[13] = "&#8220;Do not go where the path may lead; go instead where there is no path and leave a trail.&#8221;<br>&#8211; Ralph Waldo Emerson";
quote[14] = "&#8220;Take the first step in faith. You don't have to see the whole staircase, just take the first step.&#8221;<br>&#8211; Martin Luther King, Jr.";
quote[15] = "&#8220;It's easier to go down a hill than up it but the view is much better at the top.&#8221;<br>&#8211; Henry Ward Beecher";
quote[16] = "&#8220;The art of being wise is knowing what to overlook.&#8221;<br>&#8211; William James";
quote[17] = "&#8220;The more a man knows, the more he forgives.&#8221;<br>&#8211; Catherine the Great";
quote[18] = "&#8220;A loving heart is the truest wisdom.&#8221;<br>&#8211; Charles Dickens";
quote[19] = "&#8220;In order to succeed, your desire for success should be greater than your fear of failure.&#8221;<br>&#8211; Bill Cosby";
quote[20] = "&#8220;The best thing about the future is that it only comes one day at a time.&#8221;<br>&#8211; Abraham Lincoln";
quote[21] = "&#8220;I was taught that the way of progress is neither swift nor easy.&#8221;<br>&#8211; Marie Curie";
quote[22] = "&#8220;You must do the thing you think you cannot do.&#8221;<br>&#8211; Eleanor Roosevelt";
quote[23] = "&#8220;I need to take an emotional breath, step back and remind myself who's actually in charge of my life.&#8221;<br>&#8211; Judith Knowlton";
quote[24] = "&#8220;We can do anything we want as long as we stick to it long enough.&#8221;<br>&#8211; Helen Keller";
quote[25] = "&#8220;Experience is what you get when you do not get what you want.&#8221;<br>&#8211; Anonymous";
quote[26] = "&#8220;When making your choice in life, do not forget to live.&#8221;<br>&#8211; Samuel Johnson";
quote[27] = "&#8220;Begin with the end in mind.&#8221;<br>&#8211; Stephen Covey";
quote[28] = "&#8220;Do not go where the path may lead; go instead where there is no path and leave a trail.&#8221;<br>&#8211; Ralph Waldo Emerson";
quote[29] = "&#8220;Take the first step in faith. You don't have to see the whole staircase, just take the first step.&#8221;<br>&#8211; Martin Luther King, Jr.";
quote[30] = "&#8220;It's easier to go down a hill than up it but the view is much better at the top.&#8221;<br>&#8211; Henry Ward Beecher";

function writeQuote() { 
document.write(quote[today]);
}
//  End -->
