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 = 30; //change this number to how many quotes are used quotes = new Array(numquotes+1); quotes[1] = ""; quotes[2] = "Day 42
Cycle Day 6"; quotes[3] = "Day 43
Cycle Day 1"; quotes[4] = "Day 44
Cycle Day 2"; quotes[5] = "Day 45
Cycle Day 3"; quotes[6] = "Day 46
Cycle Day 4"; quotes[7] = ""; quotes[8] = ""; quotes[9] = "Day 47
Cycle Day 5"; quotes[10] = "Day 48
Cycle Day 6"; quotes[11] = "Day 49
Cycle Day 1"; quotes[12] = "Day 50
Cycle Day 2"; quotes[13] = "Day 51
Cycle Day 3"; quotes[14] = ""; quotes[15] = ""; quotes[16] = "Day 52
Cycle Day 4"; quotes[17] = "Day 53
Cycle Day 5"; quotes[18] = "Day 54
Cycle Day 6"; quotes[19] = "Day 55
Cycle Day 1"; quotes[20] = "Day 56
Cycle Day 2"; quotes[21] = ""; quotes[22] = ""; quotes[23] = "Day 57
Cycle Day 3"; quotes[24] = "Day 58
Cycle Day 4"; quotes[25] = "Day 59
Cycle Day 5"; quotes[26] = "Day 60
Cycle Day 6"; quotes[27] = "Day 61
Cycle Day 1"; quotes[28] = ""; quotes[29] = ""; quotes[30] = "Day 62
Cycle Day 2"; document.write('
');//change title here document.write('' + quotes[day] + '');