theDate= new Date();
var day = theDate.getDate();
var textdate = (theDate.getMonth() + 1) + theDate.getDate();
var numquotes = 31;
q = new Array(numquotes+1);
q[0]="?";
q[1]="Smile, tomorrow is a brand new day, Smile, and let those worries wash away.";
q[2]="We're moving on and you can't rewind, you can't retrace, and you can't replace.";
q[3]="You remember bad things, when you should remember good.";
q[4]="Live for the sun shining on your face, it takes you away to a better place.";
q[5]="It's by your force of will, it's through your strength of heart, you overcome your fears somehow, and thats the hardest part.";
q[6]="Not all tears are an evil, so remember that if you cry.";
q[7]="Never let a day slip away.";
q[8]="Tomorrow speaks of yesterday, what matters is you have today.";
q[9]="All you wish is to face the truth, though you wish it could be denied.";
q[10]="I'll be the voice within, I'll stop you giving in.";
q[11]="I'm the shoulder that you cry on, I'm the one that you rely on.";
q[12]="Look through the window, and see the lives that pass you by.";
q[13]="We get by, making our own luck now.";
q[14]="We're feeling fine, feeling great, there's always time, it's not too late.";
q[15]="Summer's here and your winter's gone, look to your sky; live for the sun.";
q[16]="Smile, tomorrow is a brand new day, Smile, and let those worries wash away.";
q[17]="We're moving on and you can't rewind, you can't retrace, and you can't replace.";
q[18]="You remember bad things, when you should remember good.";
q[19]="Live for the sun shining on your face, it takes you away to a better place.";
q[20]="It's by your force of will, it's through your strength of heart, you overcome your fears somehow, and thats the hardest part.";
q[21]="Not all tears are an evil, so remember that if you cry.";
q[22]="Never let a day slip away.";
q[23]="Tomorrow speaks of yesterday, what matters is you have today.";
q[24]="All you wish is to face the truth, though you wish it could be denied.";
q[25]="I'll be the voice within, I'll stop you giving in.";
q[26]="I'm the shoulder that you cry on, I'm the one that you rely on.";
q[27]="Look through the window, and see the lives that pass you by.";
q[28]="We get by, making our own luck now.";
q[29]="We're feeling fine, feeling great, there's always time, it's not too late.";
q[30]="Summer's here and your winter's gone, look to your sky; live for the sun.";
q[31]="I'll be the voice within, I'll stop you giving in.";
quox = q[day]
document.write(quox)

