now = new Date
Day = new Array
//Edit the Quotes below
Day[1] = "May the wonder never cease."
Day[2] = "At day's  end you cast your grandest shadow...."
Day[3] = "Day by day, dream by dream...it is a wonderful life!"
Day[4] = "Think noble thoughts as you drift asleep ... and dream wondrous dreams while you're there!."
Day[5] = "The rainbow os endless....and the choice of dreams is ours"
Day[6] = "You're never too old...to have new dreams come true!"
Day[7] = "May your rainbows end....be just the beginning!"
Day[8] = "Be true to yourself...and reach for your dreams!"
Day[9] = "In my dreams...all your dreams come true!"
Day[10] = "Find joy in your own company."
Day[11] = "Fill your journey with sunshine!"
Day[12] = "Send time heart to heart with nature ... you'll  find how much you have to say to each other!"
Day[13] = "Like the monarchs of September...follow your own special path to your own special place."
Day[14] = "Life is yours...try every flavor and don't stop after just one scoop!"
Day[15] = "Fireflies are to the night...as wonder is to life!"
Day[16] = "Run gently into the wind...and forget you can't fly!"
Day[17] = "Spend time...sharing time!"
Day[18] = "Retirement...another beginning!"
Day[19] = "Remember what each day is all about!"
Day[20] = "Never go to sleep without a reason to get going in the morning."
Day[21] = "Always have a goal...but don't forget to 'enjoy the going'!"
Day[22] = "Ride your rainbow...wherever it leads!"
Day[23] = "Wish on a new moon over your left shoulder...and your wish will surely come true!"
Day[24] = "When the recess bell rings....don't forget to come out and play!"
Day[25] = "Life is just a dream....make yours and other's come true!"
Day[26] = "You're never more than a wink away ...from all your dreams."
Day[27] = "Anticipate joy! Let all your 'remember whens' keep you company."
Day[28] = "Remember what the day is all about!"
Day[29] = "Let your star shine for you day and night."
Day[30] = "Find Joy in the moment!"
Day[31] = "Always when you least expect it... something beautiful happens!"

document.write("<Font color=#000000>")
document.write("<Font size=3>")
document.write("<center><i>&quot;" + Day[now.getDate()] + "&quot;</i></center>")
document.write("</Font>")
document.write("</Font>")
