theDate= new Date(); var day = theDate.getDate(); var year = theDate.getYear(); year = (year < 2000) ? year + 1900 : year; var textdate = (theDate.getMonth() + 1) + '/' + theDate.getDate() + '/' + year; var numquotes = 31; //change this number to how many quotes are used quotes = new Array(numquotes+1); quotes[1] = "Day 110
Cycle Day 2"; quotes[2] = "Day 111
Cycle Day 3"; quotes[3] = "Day 112
Cycle Day 4"; quotes[4] = "Day 113
Cycle Day 5"; quotes[5] = "Day 114
Cycle Day 6"; quotes[6] = ""; quotes[7] = ""; quotes[8] = "Day 115
Cycle Day 1"; quotes[9] = "Day 116
Cycle Day 2"; quotes[10] = "Day 117
Cycle Day 3"; quotes[11] = "Day 118
Cycle Day 4"; quotes[12] = "Day 109
Cycle Day 5"; quotes[13] = ""; quotes[14] = ""; quotes[15] = "Day 116
Cycle Day 6"; quotes[16] = "Day 117
Cycle Day 1"; quotes[17] = "Day 118
Cycle Day 2"; quotes[18] = "Day 119
Cycle Day 3"; quotes[19] = "Day 120
Cycle Day 4"; quotes[20] = ""; quotes[21] = ""; quotes[22] = "Day 121
Cycle Day 5"; quotes[23] = "Day 122
Cycle Day 6"; quotes[24] = "Day 123
Cycle Day 1"; quotes[25] = "Day 124
Cycle Day 2"; quotes[26] = "Day 125
Cycle Day 3"; quotes[27] = ""; quotes[28] = ""; quotes[29] = "Day 126
Cycle Day 3"; quotes[30] = "Day 127
Cycle Day 4"; quotes[31] = "Day 128
Cycle Day 5"; document.write('
');//change title here document.write('' + quotes[day] + '');