today = new Date()
month = today.getMonth() + 1
year = today.getFullYear()

selectedDate = new Date("01/01/1900")
selectedContent = ""

varLength = 365
var entryDate = new Array(varLength)
var entryContent = new Array(varLength)

entryDate[0] = "  01/01/" + year
entryContent[0] = "Enero 1: Kalendae Ianuariae "

entryDate[1] = "   01/02/" + year
entryContent[1] = "Enero 2: ante diem quartum Nonas Ianuarias "

entryDate[2] = "   01/03/" + year
entryContent[2] = "Enero 3: ante diem tertium Nonas Ianuarias "

entryDate[3] = "   01/04/" + year
entryContent[3] = "Enero 4: pridie Nonas Ianuarias "

entryDate[4] = "   01/05/" + year
entryContent[4] = "Enero 5: Nonae Ianuariae "

entryDate[5] = "   01/06/" + year
entryContent[5] = "Enero 6: antediem octavum Idus Ianuarias "

entryDate[6] = "   01/07/" + year
entryContent[6] = "Enero 7: antediem septimum Idus Ianuarias "

entryDate[7] = "   01/08/" + year
entryContent[7] = "Enero 8: antediem sextum Idus Ianuarias "

entryDate[8] = "   01/09/" + year
entryContent[8] = "Enero 9: antediem quintum Idus Ianuarias "

entryDate[9] = "   01/10/" + year
entryContent[9] = "Enero 10: ante diem quartum Idus Ianuarias "

entryDate[10] = "   01/11/" + year
entryContent[10] = "Enero 11: ante diem tertium Idus Ianuarias "

entryDate[11] = "   01/12/" + year
entryContent[11] = "Enero 12: pridie Idus Ianuarias "

entryDate[12] = "   01/13/" + year
entryContent[12] = "Enero 13: Idus Ianuariae "

entryDate[13] = "   01/14/" + year
entryContent[13] = "Enero 14: ante diem undecimum decimum Kalendas Februarias "

entryDate[14] = "   01/15/" + year
entryContent[14] = "Enero 15: ante diem duodevicesimum Kalendas Februarias "

entryDate[15] = "   01/16/" + year
entryContent[15] = "Enero 16: ante diem septimum decimum Kalendas Februarias "

entryDate[16] = "   01/17/" + year
entryContent[16] = "Enero 17: ante diem sextum decimum Kalendas Februarias "

entryDate[17] = "   01/18/" + year
entryContent[17] = "Enero 18: ante diem quintum decimum Kalendas Februarias "

entryDate[18] = "   01/19/" + year
entryContent[18] = "Enero 19: ante diem quartum decimum Kalendas Februarias "

entryDate[19] = "   01/20/" + year
entryContent[19] = "Enero 20: ante diem tertium decimum Kalendas Februarias "

entryDate[20] = "   01/21/" + year
entryContent[20] = "Enero 21: ante diem duodecimum Kalendas Februarias "

entryDate[21] = "   01/22/" + year
entryContent[21] = "Enero 22: ante diem undecimum Kalendas Februarias "

entryDate[22] = "   01/23/" + year
entryContent[22] = "Enero 23: ante diem decimum Kalendas Februarias "

entryDate[23] = "   01/24/" + year
entryContent[23] = "Enero 24: ante diem nonum Kalendas Februarias "

entryDate[24] = "   01/25/" + year
entryContent[24] = "Enero 25: ante diem octavum Kalendas Februarias "

entryDate[25] = "   01/26/" + year
entryContent[25] = "Enero 26: ante diem septimum Kalendas Februarias "

entryDate[26] = "   01/27/" + year
entryContent[26] = "Enero 27: ante diem sextum Kalendas Februarias "

entryDate[27] = "   01/28/" + year
entryContent[27] = "Enero 28: ante diem quintum Kalendas Februarias "

entryDate[28] = "   01/29/" + year
entryContent[28] = "Enero 29: ante diem quartum Kalendas Februarias "

entryDate[29] = "   01/30/" + year
entryContent[29] = "Enero 30: ante diem tertium Kalendas Februarias "

entryDate[30] = "   01/31/" + year
entryContent[30] = "Enero 31: pridie Kalendas Februarias "

entryDate[31] = "   02/01/" + year
entryContent[31] = "Febrero 1: Kalendae Februariae "

entryDate[32] = "   02/02/" + year
entryContent[32] = "Febrero 2: ante diem quartum Nonas Februarias "

entryDate[33] = "   02/03/" + year
entryContent[33] = "Febrero 3: ante diem tertium Nonas Februarias "

entryDate[34] = "   02/04/" + year
entryContent[34] = "Febrero 4: pridie Nonas Februarias "

entryDate[35] = "   02/05/" + year
entryContent[35] = "Febrero 5: Nonae Februariae: Augustus Pater Patriae "

entryDate[36] = "   02/06/" + year
entryContent[36] = "Febrero 6: ante diem octavum Idus Februarias "

entryDate[37] = "   02/07/" + year
entryContent[37] = "Febrero 7: ante diem septimum Idus Februarias "

entryDate[38] = "   02/08/" + year
entryContent[38] = "Febrero 8: ante diem sextum Idus Februarias "

entryDate[39] = "   02/09/" + year
entryContent[39] = "Febrero 9: ante diem quintum Idus Februarias "

entryDate[40] = "   02/10/" + year
entryContent[40] = "Febrero 10: ante diem quartum Idus Februarias "

entryDate[41] = "   02/11/" + year
entryContent[41] = "Febrero 11: ante diem tertium Idus Februarias "

entryDate[42] = "   02/12/" + year
entryContent[42] = "Febrero 12: pridie Idus Februarias : Diana "

entryDate[43] = "   02/13/" + year
entryContent[43] = "Febrero 13: Idus Februariae "

entryDate[44] = "   02/14/" + year
entryContent[44] = "Febrero 14: ante diem sextum decimum Kalendas Martias "

entryDate[45] = "   02/15/" + year
entryContent[45] = "Febrero 15: ante diem quintum decimum Kalendas Martias "

entryDate[46] = "   02/16/" + year
entryContent[46] = "Febrero 16: ante diem quartum decimum Kalendas Martias "

entryDate[47] = "   02/17/" + year
entryContent[47] = "Febrero 17: ante diem tertium decimum Kalendas Martias "

entryDate[48] = "   02/18/" + year
entryContent[48] = "Febrero 18: ante diem duodecimum Kalendas Martias "

entryDate[49] = "   02/19/" + year
entryContent[49] = "Febrero 19: ante diem undecimum Kalendas Martias "

entryDate[50] = "   02/20/" + year
entryContent[50] = "Febrero 20: ante diem decimum Kalendas Martias "

entryDate[51] = "   02/21/" + year
entryContent[51] = "Febrero 21: ante diem nonum Kalendas Martias "

entryDate[52] = "   02/22/" + year
entryContent[52] = "Febrero 22: ante diem octavum Kalendas Martias "

entryDate[53] = "   02/23/" + year
entryContent[53] = "Febrero 23: ante diem septimum Kalendas Martias "

entryDate[54] = "   02/24/" + year
entryContent[54] = "Febrero 24: ante diem sextum Kalendas Martias "

entryDate[55] = "   02/25/" + year
entryContent[55] = "Febrero 25: ante diem quintum Kalendas Martias; si este aņo es bisiesto: ante diem sextum Kalendas Martias (bissextus) "

entryDate[56] = "   02/26/" + year
entryContent[56] = "Febrero 26: ante diem quartum Kalendas Martias; si este aņo es bisiesto: ante diem quintum Kalendas Martias (bissextus) "

entryDate[57] = "   02/27/" + year
entryContent[57] = "Febrero 27: ante diem tertium Kalendas Martias; si este aņo es bisiesto: ante diem quartum Kalendas Martias (bissextus) "

entryDate[58] = "   02/28/" + year
entryContent[58] = "Febrero 28: pridie Kalendas Martias; si este aņo es bisiesto y hoy es 28: ante diem tertium Kalendas Martias (bissextus); si hoy es 29: pridie Katendas Martias "

entryDate[59] = "   03/01/" + year
entryContent[59] = "Marzo 1: Kalendae Martiae: Matronalia "

entryDate[60] = "   03/02/" + year
entryContent[60] = "Marzo 2: ante diem sextum Nonas Martias "

entryDate[61] = "   03/03/" + year
entryContent[61] = "Marzo 3: ante diem quintum Nonas Martias "

entryDate[62] = "   03/04/" + year
entryContent[62] = "Marzo 4: ante diem quartum Nonas Martias "

entryDate[63] = "   03/05/" + year
entryContent[63] = "Marzo 5: ante diem tertium Nonas Martias "

entryDate[64] = "   03/06/" + year
entryContent[64] = "Marzo 6: pridie Nonas Martias: Festum Vestae "

entryDate[65] = "   03/07/" + year
entryContent[65] = "Marzo 7: Nonae Martiae "

entryDate[66] = "   03/08/" + year
entryContent[66] = "Marzo 8: ante diem octavum Idus Martias "

entryDate[67] = "   03/09/" + year
entryContent[67] = "Marzo 9: ante diem septimum Idus Martias "

entryDate[68] = "   03/10/" + year
entryContent[68] = "Marzo 10: ante diem sextum Idus Martias "

entryDate[69] = "   03/11/" + year
entryContent[69] = "Marzo 11: ante diem quintum Idus Martias "

entryDate[70] = "   03/12/" + year
entryContent[70] = "Marzo 12: ante diem quartum Idus Martias "

entryDate[71] = "   03/13/" + year
entryContent[71] = "Marzo 13: ante diem tertium Idus Martias "

entryDate[72] = "   03/14/" + year
entryContent[72] = "Marzo 14: pridie Idus Martias "

entryDate[73] = "   03/15/" + year
entryContent[73] = "Marzo 15: Idus Martiae "

entryDate[74] = "   03/16/" + year
entryContent[74] = "Marzo 16: ante diem septimum decimum Kalendas Apriles "

entryDate[75] = "   03/17/" + year
entryContent[75] = "Marzo 17: ante diem sextum decimum Kalendas Apriles "

entryDate[76] = "   03/18/" + year
entryContent[76] = "Marzo 18: ante diem quintum decimum Kalendas Apriles "

entryDate[77] = "   03/19/" + year
entryContent[77] = "Marzo 19: ante diem quartum decimum Kalendas Apriles "

entryDate[78] = "   03/20/" + year
entryContent[78] = "Marzo 20: ante diem tertium decimum Kalendas Apriles "

entryDate[79] = "   03/21/" + year
entryContent[79] = "Marzo 21: ante diem duodecimum Kalendas Apriles "

entryDate[80] = "   03/22/" + year
entryContent[80] = "Marzo 22: ante diem undecimum Kalendas Apriles "

entryDate[81] = "   03/23/" + year
entryContent[81] = "Marzo 23: ante diem decimum Kalendas Apriles "

entryDate[82] = "   03/24/" + year
entryContent[82] = "Marzo 24: ante diem nonum Kalendas Apriles "

entryDate[83] = "   03/25/" + year
entryContent[83] = "Marzo 25: ante diem octavum Kalendas Apriles "

entryDate[84] = "   03/26/" + year
entryContent[84] = "Marzo 26: ante diem septimum Kalendas Apriles "

entryDate[85] = "   03/27/" + year
entryContent[85] = "Marzo 27: ante diem sextum Kalendas Apriles "

entryDate[86] = "   03/28/" + year
entryContent[86] = "Marzo 28: ante diem quintum Kalendas Apriles "

entryDate[87] = "   03/29/" + year
entryContent[87] = "Marzo 29: ante diem quartum Kalendas Apriles "

entryDate[88] = "   03/30/" + year
entryContent[88] = "Marzo 30: ante diem tertium Kalendas Apriles "

entryDate[89] = "   03/31/" + year
entryContent[89] = "Marzo 31: pridie Kalendas Apriles "

entryDate[90] = "   04/01/" + year
entryContent[90] = "Abril 1: Kalendae Apriles "

entryDate[91] = "   04/02/" + year
entryContent[91] = "Abril 2: ante diem quartum Nonas Apriles "

entryDate[92] = "   04/03/" + year
entryContent[92] = "Abril 3: ante diem tertium Nonas Apriles "

entryDate[93] = "   04/04/" + year
entryContent[93] = "Abril 4: pridie Nonas Apriles "

entryDate[94] = "   04/05/" + year
entryContent[94] = "Abril 5: Nonae Apriles "

entryDate[95] = "   04/06/" + year
entryContent[95] = "Abril 6: ante diem octavum Idus Apriles "

entryDate[96] = "   04/07/" + year
entryContent[96] = "Abril 7: ante diem septimum Idus Apriles "

entryDate[97] = "   04/08/" + year
entryContent[97] = "Abril 8: ante diem sextum Idus Apriles "

entryDate[98] = "   04/09/" + year
entryContent[98] = "Abril 9: ante diem quintum Idus Apriles "

entryDate[99] = "   04/10/" + year
entryContent[99] = "Abril 10: ante diem quartum Idus Apriles "

entryDate[100] = "   04/11/" + year
entryContent[100] = "Abril 11: ante diem tertium Idus Apriles "

entryDate[101] = "   04/12/" + year
entryContent[101] = "Abril 12: pridie Idus Apriles "

entryDate[102] = "   04/13/" + year
entryContent[102] = "Abril 13: Idus Apriles "

entryDate[103] = "   04/14/" + year
entryContent[103] = "Abril 14: ante diem duodevicesimum Kalendas Maias "

entryDate[104] = "   04/15/" + year
entryContent[104] = "Abril 15: ante diem septimum decimum Kalendas Maias "

entryDate[105] = "   04/16/" + year
entryContent[105] = "Abril 16: ante diem sextum decimum Kalendas Maias "

entryDate[106] = "   04/17/" + year
entryContent[106] = "Abril 17: ante diem quintum decimum Kalendas Maias "

entryDate[107] = "   04/18/" + year
entryContent[107] = "Abril 18: ante diem quartum decimum Kalendas Maias "

entryDate[108] = "   04/19/" + year
entryContent[108] = "Abril 19: ante diem tertium decimum Kalendas Maias "

entryDate[109] = "   04/20/" + year
entryContent[109] = "Abril 20: ante diem duodecimum Kalendas Maias "

entryDate[110] = "   04/21/" + year
entryContent[110] = "Abril 21: ante diem undecimum Kalendas Maias: Natalis Romae "

entryDate[111] = "   04/22/" + year
entryContent[111] = "Abril 22: ante diem decimum Kalendas Maias "

entryDate[112] = "   04/23/" + year
entryContent[112] = "Abril 23: ante diem nonum Kalendas Maias "

entryDate[113] = "   04/24/" + year
entryContent[113] = "Abril 24: ante diem octavum Kalendas Maias "

entryDate[114] = "   04/25/" + year
entryContent[114] = "Abril 25: ante diem septimum Kalendas Maias "

entryDate[115] = "   04/26/" + year
entryContent[115] = "Abril 26: ante diem sextum Kalendas Maias "

entryDate[116] = "   04/27/" + year
entryContent[116] = "Abril 27: ante diem quintum Kalendas Maias "

entryDate[117] = "   04/28/" + year
entryContent[117] = "Abril 28: ante diem quartum Kalendas Maias "

entryDate[118] = "   04/29/" + year
entryContent[118] = "Abril 29: ante diem tertium Kalendas Maias "

entryDate[119] = "   04/30/" + year
entryContent[119] = "Abril 30: pridie Kalendas Maias "

entryDate[120] = "   05/01/" + year
entryContent[120] = "Mayo 1: Kalendae Maiae "

entryDate[121] = "   05/02/" + year
entryContent[121] = "Mayo 2: ante diem sextum Nonas Maias  "

entryDate[122] = "   05/03/" + year
entryContent[122] = "Mayo 3: ante diem quintum Nonas Maias "

entryDate[123] = "   05/04/" + year
entryContent[123] = "Mayo 4: ante diem quartum Nonas Maias "

entryDate[124] = "   05/05/" + year
entryContent[124] = "Mayo 5: ante diem tertium Nonas Maias "

entryDate[125] = "   05/06/" + year
entryContent[125] = "Mayo 6: pridie Nonas Maias "

entryDate[126] = "   05/07/" + year
entryContent[126] = "Mayo 7: Nonae Maiae "

entryDate[127] = "   05/08/" + year
entryContent[127] = "Mayo 8: ante diem octavum Idus Maias "

entryDate[128] = "   05/09/" + year
entryContent[128] = "Mayo 9: ante diem septimum Idus Maias "

entryDate[129] = "   05/10/" + year
entryContent[129] = "Mayo 10: ante diem sextum Idus Maias "

entryDate[130] = "   05/11/" + year
entryContent[130] = "Mayo 11: ante diem quintum Idus Maias "

entryDate[131] = "   05/12/" + year
entryContent[131] = "Mayo 12: ante diem quartum Idus Maias "

entryDate[132] = "   05/13/" + year
entryContent[132] = "Mayo 13: ante diem tertium Idus Maias "

entryDate[133] = "   05/14/" + year
entryContent[133] = "Mayo 14: pridie Idus Maias: Argei "

entryDate[134] = "   05/15/" + year
entryContent[134] = "Mayo 15: Idus Maiae: Mercuralia "

entryDate[135] = "   05/16/" + year
entryContent[135] = "Mayo 16: ante diem septimum decimum Kalendas Iunias "

entryDate[136] = "   05/17/" + year
entryContent[136] = "Mayo 17: ante diem sextum decimum Kalendas Iunias "

entryDate[137] = "   05/18/" + year
entryContent[137] = "Mayo 18: ante diem quintum decimum Kalendas Iunias "

entryDate[138] = "   05/19/" + year
entryContent[138] = "Mayo 19: ante diem quartum decimum Kalendas Iunias "

entryDate[139] = "   05/20/" + year
entryContent[139] = "Mayo 20: ante diem tertium decimum Kalendas Iunias "

entryDate[140] = "   05/21/" + year
entryContent[140] = "Mayo 21: ante diem duodecimum Kalendas Iunias "

entryDate[141] = "   05/22/" + year
entryContent[141] = "Mayo 22: ante diem undecimum Kalendas Iunias "

entryDate[142] = "   05/23/" + year
entryContent[142] = "Mayo 23: ante diem decimum Kalendas Iunias "

entryDate[143] = "   05/24/" + year
entryContent[143] = "Mayo 24: ante diem nonum Kalendas Iunias "

entryDate[144] = "   05/25/" + year
entryContent[144] = "Mayo 25: ante diem octavum Kalendas Iunias "

entryDate[145] = "   05/26/" + year
entryContent[145] = "Mayo 26: ante diem septimum Kalendas Iunias "

entryDate[146] = "   05/27/" + year
entryContent[146] = "Mayo 27: ante diem sextum Kalendas Iunias "

entryDate[147] = "   05/28/" + year
entryContent[147] = "Mayo 28: ante diem quintum Kalendas Iunias "

entryDate[148] = "   05/29/" + year
entryContent[148] = "Mayo 29: ante diem quartum Kalendas Iunias "

entryDate[149] = "   05/30/" + year
entryContent[149] = "Mayo 30: ante diem tertium Kalendas Iunias "

entryDate[150] = "   05/31/" + year
entryContent[150] = "Mayo 31: pridie Kalendas Iunias "

entryDate[151] = "   06/01/" + year
entryContent[151] = "Junio 1: Kalendae Iuniae "

entryDate[152] = "   06/02/" + year
entryContent[152] = "Junio 2: ante diem quartum Nonas Iunias "

entryDate[153] = "   06/03/" + year
entryContent[153] = "Junio 3: ante diem tertium Nonas Iunias "

entryDate[154] = "   06/04/" + year
entryContent[154] = "Junio 4: pridie Nonas Iunias "

entryDate[155] = "   06/05/" + year
entryContent[155] = "Junio 5: Nonae Iuniae "

entryDate[156] = "   06/06/" + year
entryContent[156] = "Junio 6: ante diem octavum Idus Iunias "

entryDate[157] = "   06/07/" + year
entryContent[157] = "Junio 7: ante diem septimum Idus Iunias "

entryDate[158] = "   06/08/" + year
entryContent[158] = "Junio 8: ante diem sextum Idus Iunias: Festum Mentis et Intellectus "

entryDate[159] = "   06/09/" + year
entryContent[159] = "Junio 9: ante diem quintum Idus Iunias "

entryDate[160] = "   06/10/" + year
entryContent[160] = "Junio 10: ante diem quartum Idus Iunias "

entryDate[161] = "   06/11/" + year
entryContent[161] = "Junio 11: ante diem tertium Idus Iunias "

entryDate[162] = "   06/12/" + year
entryContent[162] = "Junio 12: pridie Idus Iunias "

entryDate[163] = "   06/13/" + year
entryContent[163] = "Junio 13: Idus Iuniae "

entryDate[164] = "   06/14/" + year
entryContent[164] = "Junio 14: ante diem duodevicesimum Kalendas Iulias "

entryDate[165] = "   06/15/" + year
entryContent[165] = "Junio 15: ante diem septimum decimum Kalendas Iulias "

entryDate[166] = "   06/16/" + year
entryContent[166] = "Junio 16: ante diem sextum decimum Kalendas Iulias "

entryDate[167] = "   06/17/" + year
entryContent[167] = "Junio 17: ante diem quintum decimum Kalendas Iulias "

entryDate[168] = "   06/18/" + year
entryContent[168] = "Junio 18: ante diem quartum decimum Kalendas Iulias "

entryDate[169] = "   06/19/" + year
entryContent[169] = "Junio 19: ante diem tertium decimum Kalendas Iulias"

entryDate[170] = "   06/20/" + year
entryContent[170] = "Junio 20: ante diem duodecimum Kalendas Iulias "

entryDate[171] = "   06/21/" + year
entryContent[171] = "Junio 21: ante diem undecimum Kalendas Iulias "

entryDate[172] = "   06/22/" + year
entryContent[172] = "Junio 22: ante diem decimum Kalendas Iulias "

entryDate[173] = "   06/23/" + year
entryContent[173] = "Junio 23: ante diem nonum Kalendas Iulias "

entryDate[174] = "   06/24/" + year
entryContent[174] = "Junio 24: ante diem octavum Kalendas Iulias "

entryDate[175] = "   06/25/" + year
entryContent[175] = "Junio 25: ante diem septimum Kalendas Iulias "

entryDate[176] = "   06/26/" + year
entryContent[176] = "Junio 26: ante diem sextum Kalendas Iulias "

entryDate[177] = "   06/27/" + year
entryContent[177] = "Junio 27: ante diem quintum Kalendas Iulias "

entryDate[178] = "   06/28/" + year
entryContent[178] = "Junio 28: ante diem quartum Kalendas Iulias "

entryDate[179] = "   06/29/" + year
entryContent[179] = "Junio 29: ante diem tertium Kalendas Iulias "

entryDate[180] = "   06/30/" + year
entryContent[180] = "Junio 30: pridie Kalendas Iulias "

entryDate[181] = "   07/01/" + year
entryContent[181] = "Julio 1: Kalendae Iuliae: Iuno Felicitas "

entryDate[182] = "   07/02/" + year
entryContent[182] = "Julio 2: ante diem sextum Nonas Iulias "

entryDate[183] = "   07/03/" + year
entryContent[183] = "Julio 3: ante diem quintum Nonas Iulias "

entryDate[184] = "   07/04/" + year
entryContent[184] = "Julio 4: ante diem quartum Nonas Iulias "

entryDate[185] = "   07/05/" + year
entryContent[185] = "Julio 5: ante diem tertium Nonas Iulias "

entryDate[186] = "   07/06/" + year
entryContent[186] = "Julio 6: pridie Nonas Iulias "

entryDate[187] = "   07/07/" + year
entryContent[187] = "Julio 7: Nonae Iuliae "

entryDate[188] = "   07/08/" + year
entryContent[188] = "Julio 8: ante diem octavum Idus Iulias "

entryDate[189] = "   07/09/" + year
entryContent[189] = "Julio 9: ante diem septimum Idus Iulias "

entryDate[190] = "   07/10/" + year
entryContent[190] = "Julio 10: ante diem sextum Idus Iulias "

entryDate[191] = "   07/11/" + year
entryContent[191] = "Julio 11: ante diem quintum Idus Iulias "

entryDate[192] = "   07/12/" + year
entryContent[192] = "Julio 12: ante diem quartum Idus Iulias "

entryDate[193] = "   07/13/" + year
entryContent[193] = "Julio 13: ante diem tertium Idus Iulias "

entryDate[194] = "   07/14/" + year
entryContent[194] = "Julio 14: pridie Idus Iulias "

entryDate[195] = "   07/15/" + year
entryContent[195] = "Julio 15: Idus Iuliae: Castor et Pollux, Honor et Virtus, Dies Equitum Romanorum "

entryDate[196] = "   07/16/" + year
entryContent[196] = "Julio 16: ante diem septimum decimum Kalendas Augustas "

entryDate[197] = "   07/17/" + year
entryContent[197] = "Julio 17: ante diem sextum decimum Kalendas Augustas "

entryDate[198] = "   07/18/" + year
entryContent[198] = "Julio 18: ante diem quintum decimum Kalendas Augustas "

entryDate[199] = "   07/19/" + year
entryContent[199] = "Julio 19: ante diem quartum decimum Kalendas Augustas "

entryDate[200] = "   07/20/" + year
entryContent[200] = "Julio 20: ante diem tertium decimum Kalendas Augustas "

entryDate[201] = "   07/21/" + year
entryContent[201] = "Julio 21: ante diem duodecimum Kalendas Augustas "

entryDate[202] = "   07/22/" + year
entryContent[202] = "Julio 22: ante diem undecimum Kalendas Augustas "

entryDate[203] = "   07/23/" + year
entryContent[203] = "Julio 23: ante diem decimum Kalendas Augustas "

entryDate[204] = "   07/24/" + year
entryContent[204] = "Julio 24: ante diem nonum Kalendas Augustas "

entryDate[205] = "   07/25/" + year
entryContent[205] = "Julio 25: ante diem octavum Kalendas Augustas "

entryDate[206] = "   07/26/" + year
entryContent[206] = "Julio 26: ante diem septimum Kalendas Augustas "

entryDate[207] = "   07/27/" + year
entryContent[207] = "Julio 27: ante diem sextum Kalendas Augustas "

entryDate[208] = "   07/28/" + year
entryContent[208] = "Julio 28: ante diem quintum Kalendas Augustas "

entryDate[209] = "   07/29/" + year
entryContent[209] = "Julio 29: ante diem quartum Kalendas Augustas "

entryDate[210] = "   07/30/" + year
entryContent[210] = "Julio 30: ante diem tertium Kalendas Augustas "

entryDate[211] = "   07/31/" + year
entryContent[211] = "Julio 31: pridie Kalendas Augustas "

entryDate[212] = "   08/01/" + year
entryContent[212] = "Agosto 1: Kalendae Augustae "

entryDate[213] = "   08/02/" + year
entryContent[213] = "Agosto 2: ante diem quartum Nonas Augustas "

entryDate[214] = "   08/03/" + year
entryContent[214] = "Agosto 3: ante diem tertium Nonas Augustas "

entryDate[215] = "   08/04/" + year
entryContent[215] = "Agosto 4: pridie Nonas Augustas "

entryDate[216] = "   08/05/" + year
entryContent[216] = "Agosto 5: Nonae Augustae "

entryDate[217] = "   08/06/" + year
entryContent[217] = "Agosto 6: ante diem octavum Idus Augustas "

entryDate[218] = "   08/07/" + year
entryContent[218] = "Agosto 7: ante diem septimum Idus Augustas "

entryDate[219] = "   08/08/" + year
entryContent[219] = "Agosto 8: ante diem sextum Idus Augustas "

entryDate[220] = "   08/09/" + year
entryContent[220] = "Agosto 9: ante diem quintum Idus Augustas "

entryDate[221] = "   08/10/" + year
entryContent[221] = "Agosto 10: ante diem quartum Idus Augustas "

entryDate[222] = "   08/11/" + year
entryContent[222] = "Agosto 11: ante diem tertium Idus Augustas "

entryDate[223] = "   08/12/" + year
entryContent[223] = "Agosto 12: pridie Idus Augustas "

entryDate[224] = "   08/13/" + year
entryContent[224] = "Agosto 13: Idus Augustae "

entryDate[225] = "   08/14/" + year
entryContent[225] = "Agosto 14: ante diem undevicesimum Kalendas Septembres "

entryDate[226] = "   08/15/" + year
entryContent[226] = "Agosto 15: ante diem duodevicesimum Kalendas Septembres "

entryDate[227] = "   08/16/" + year
entryContent[227] = "Agosto 16: ante diem septimum decimum Kalendas Septembres "

entryDate[228] = "   08/17/" + year
entryContent[228] = "Agosto 17: ante diem sextum decimum Kalendas Septembres "

entryDate[229] = "   08/18/" + year
entryContent[229] = "Agosto 18: ante diem quintum decimum Kalendas Septembres "

entryDate[230] = "   08/19/" + year
entryContent[230] = "Agosto 19: ante diem quartum decimum Kalendas Septembres "

entryDate[231] = "   08/20/" + year
entryContent[231] = "Agosto 20: ante diem tertium decimum Kalendas Septembres "

entryDate[232] = "   08/21/" + year
entryContent[232] = "Agosto 21: ante diem duodecimum Kalendas Septembres "

entryDate[233] = "   08/22/" + year
entryContent[233] = "Agosto 22: ante diem undecimum Kalendas Septembres "

entryDate[234] = "   08/23/" + year
entryContent[234] = "Agosto 23: ante diem decimum Kalendas Septembres "

entryDate[235] = "   08/24/" + year
entryContent[235] = "Agosto 24: ante diem nonum Kalendas Septembres "

entryDate[236] = "   08/25/" + year
entryContent[236] = "Agosto 25: ante diem octavum Kalendas Septembres "

entryDate[237] = "   08/26/" + year
entryContent[237] = "Agosto 26: ante diem septimum Kalendas Septembres "

entryDate[238] = "   08/27/" + year
entryContent[238] = "Agosto 27: ante diem sextum Kalendas Septembres "

entryDate[239] = "   08/28/" + year
entryContent[239] = "Agosto 28: ante diem quintum Kalendas Septembres "

entryDate[240] = "   08/29/" + year
entryContent[240] = "Agosto 29: ante diem quartum Kalendas Septembres "

entryDate[241] = "   08/30/" + year
entryContent[241] = "Agosto 30: ante diem tertium Kalendas Septembres "

entryDate[242] = "   08/31/" + year
entryContent[242] = "Agosto 31: pridie Kalendas Septembres "

entryDate[243] = "   09/01/" + year
entryContent[243] = "Septiembre 1: Kalendae Septembres"

entryDate[244] = "   09/02/" + year
entryContent[244] = "Septiembre 2: ante diem quartum Nonas Septembres "

entryDate[245] = "   09/03/" + year
entryContent[245] = "Septiembre 3: ante diem tertium Nonas Septembres "

entryDate[246] = "   09/04/" + year
entryContent[246] = "Septiembre 4: pridie Nonas Septembres "

entryDate[247] = "   09/05/" + year
entryContent[247] = "Septiembre 5: Nonae Septembres "

entryDate[248] = "   09/06/" + year
entryContent[248] = "Septiembre 6: ante diem octavum Idus Septembres "

entryDate[249] = "   09/07/" + year
entryContent[249] = "Septiembre 7: ante diem septimum Idus Septembres "

entryDate[250] = "   09/08/" + year
entryContent[250] = "Septiembre 8: ante diem sextum Idus Septembres "

entryDate[251] = "   09/09/" + year
entryContent[251] = "Septiembre 9: ante diem quintum Idus Septembres "

entryDate[252] = "   09/10/" + year
entryContent[252] = "Septiembre 10: ante diem quartum Idus Septembres "

entryDate[253] = "   09/11/" + year
entryContent[253] = "Septiembre 11: ante diem tertium Idus Septembres "

entryDate[254] = "   09/12/" + year
entryContent[254] = "Septiembre 12: pridie Idus Septembres "

entryDate[255] = "   09/13/" + year
entryContent[255] = "Septiembre 13: Idus Septembres "

entryDate[256] = "   09/14/" + year
entryContent[256] = "Septiembre 14: ante diem undevicesimum Kalendas Octobres "

entryDate[257] = "   09/15/" + year
entryContent[257] = "Septiembre 15: ante diem septimum decimum Kalendas Octobres "

entryDate[258] = "   09/16/" + year
entryContent[258] = "Septiembre 16: ante diem sextum decimum Kalendas Octobres "

entryDate[259] = "   09/17/" + year
entryContent[259] = "Septiembre 17: ante diem quintum decimum Kalendas Octobres "

entryDate[260] = "   09/18/" + year
entryContent[260] = "Septiembre 18: ante diem quartum decimum Kalendas Octobres "

entryDate[261] = "   09/19/" + year
entryContent[261] = "Septiembre 19: ante diem tertium decimum Kalendas Octobres "

entryDate[262] = "   09/20/" + year
entryContent[262] = "Septiembre 20: ante diem duodecimum Kalendas Octobres "

entryDate[263] = "   09/21/" + year
entryContent[263] = "Septiembre 21: ante diem undecimum Kalendas Octobres "

entryDate[264] = "   09/22/" + year
entryContent[264] = "Septiembre 22: ante diem decimum Kalendas Octobres "

entryDate[265] = "   09/23/" + year
entryContent[265] = "Septiembre 23: ante diem nonum Kalendas Octobres "

entryDate[266] = "   09/24/" + year
entryContent[266] = "Septiembre 24: ante diem octavum Kalendas Octobres "

entryDate[267] = "   09/25/" + year
entryContent[267] = "Septiembre 25: ante diem septimum Kalendas Octobres "

entryDate[268] = "   09/26/" + year
entryContent[268] = "Septiembre 26: ante diem sextum Kalendas Octobres "

entryDate[269] = "   09/27/" + year
entryContent[269] = "Septiembre 27: ante diem quintum Kalendas Octobres "

entryDate[270] = "   09/28/" + year
entryContent[270] = "Septiembre 28: ante diem quartum Kalendas Octobres "

entryDate[271] = "   09/29/" + year
entryContent[271] = "Septiembre 29: ante diem tertium Kalendas Octobres "

entryDate[272] = "   09/30/" + year
entryContent[272] = "Septiembre 30: pridie Kalendas Octobres "

entryDate[273] = "   10/01/" + year
entryContent[273] = "Octubre 1: Kalendae Octobres "

entryDate[274] = "   10/02/" + year
entryContent[274] = "Octubre 2: ante diem sextum Nonas Octobres "

entryDate[275] = "   10/03/" + year
entryContent[275] = "Octubre 3: ante diem quintum Nonas Octobres "

entryDate[276] = "   10/04/" + year
entryContent[276] = "Octubre 4: ante diem quartum Nonas Octobres "

entryDate[277] = "   10/05/" + year
entryContent[277] = "Octubre 5: ante diem tertium Nonas Octobres "

entryDate[278] = "   10/06/" + year
entryContent[278] = "Octubre 6: pridie Nonas Octobres "

entryDate[279] = "   10/07/" + year
entryContent[279] = "Octubre 7: Nonae Octobres "

entryDate[280] = "   10/08/" + year
entryContent[280] = "Octubre 8: ante diem octavum Idus Octobres "

entryDate[281] = "   10/09/" + year
entryContent[281] = "Octubre 9: ante diem septimum Idus Octobres "

entryDate[282] = "   10/10/" + year
entryContent[282] = "Octubre 10: ante diem sextum Idus Octobres "

entryDate[283] = "   10/11/" + year
entryContent[283] = "Octubre 11: ante diem quintum Idus Octobres "

entryDate[284] = "   10/12/" + year
entryContent[284] = "Octubre 12: ante diem quartum Idus Octobres "

entryDate[285] = "   10/13/" + year
entryContent[285] = "Octubre 13: ante diem tertium Idus Octobres "

entryDate[286] = "   10/14/" + year
entryContent[286] = "Octubre 14: pridie Idus Octobres "

entryDate[287] = "   10/15/" + year
entryContent[287] = "Octubre 15: Idus Octobres "

entryDate[288] = "   10/16/" + year
entryContent[288] = "Octubre 16: ante diem septimum decimum Kalendas Novembres "

entryDate[289] = "   10/17/" + year
entryContent[289] = "Octubre 17: ante diem sextum decimum Kalendas Novembres "

entryDate[290] = "   10/18/" + year
entryContent[290] = "Octubre 18: ante diem quintum decimum Kalendas Novembres "

entryDate[291] = "   10/19/" + year
entryContent[291] = "Octubre 19: ante diem quartum decimum Kalendas Novembres "

entryDate[292] = "   10/20/" + year
entryContent[292] = "Octubre 20: ante diem tertium decimum Kalendas Novembres "

entryDate[293] = "   10/21/" + year
entryContent[293] = "Octubre 21: ante diem duodecimum Kalendas Novembres "

entryDate[294] = "   10/22/" + year
entryContent[294] = "Octubre 22: ante diem undecimum Kalendas Novembres "

entryDate[295] = "   10/23/" + year
entryContent[295] = "Octubre 23: ante diem decimum Kalendas Novembres "

entryDate[296] = "   10/24/" + year
entryContent[296] = "Octubre 24: ante diem nonum Kalendas Novembres "

entryDate[297] = "   10/25/" + year
entryContent[297] = "Octubre 25: ante diem octavum Kalendas Novembres "

entryDate[298] = "   10/26/" + year
entryContent[298] = "Octubre 26: ante diem septimum Kalendas Novembres "

entryDate[299] = "   10/27/" + year
entryContent[299] = "Octubre 27: ante diem sextum Kalendas Novembres "

entryDate[300] = "   10/28/" + year
entryContent[300] = "Octubre 28: ante diem quintum Kalendas Novembres "

entryDate[301] = "   10/29/" + year
entryContent[301] = "Octubre 29: ante diem quartum Kalendas Novembres "

entryDate[302] = "   10/30/" + year
entryContent[302] = "Octubre 30: ante diem tertium Kalendas Novembres "

entryDate[303] = "   10/31/" + year
entryContent[303] = "Octubre 31: pridie Kalendas Novembres "

entryDate[304] = "   11/01/" + year
entryContent[304] = "Noviembre 1: Kalendae Novembres "

entryDate[305] = "   11/02/" + year
entryContent[305] = "Noviembre 2: ante diem quartum Nonas Novembres "

entryDate[306] = "   11/03/" + year
entryContent[306] = "Noviembre 3: ante diem tertium Nonas Novembres "

entryDate[307] = "   11/04/" + year
entryContent[307] = "Noviembre 4: pridie Nonas Novembres "

entryDate[308] = "   11/05/" + year
entryContent[308] = "Noviembre 5: Nonae Novembres "

entryDate[309] = "   11/06/" + year
entryContent[309] = "Noviembre 6: ante diem octavum Idus Novembres "

entryDate[310] = "   11/07/" + year
entryContent[310] = "Noviembre 7: ante diem septimum Idus Novembres "

entryDate[311] = "   11/08/" + year
entryContent[311] = "Noviembre 8: ante diem sextum Idus Novembres "

entryDate[312] = "   11/09/" + year
entryContent[312] = "Noviembre 9: ante diem quintum Idus Novembres "

entryDate[313] = "   11/10/" + year
entryContent[313] = "Noviembre 10: ante diem quartum Idus Novembres "

entryDate[314] = "   11/11/" + year
entryContent[314] = "Noviembre 11: ante diem tertium Idus Novembres "

entryDate[315] = "   11/12/" + year
entryContent[315] = "Noviembre 12: pridie Idus Novembres "

entryDate[316] = "   11/13/" + year
entryContent[316] = "Noviembre 13: Idus Novembres "

entryDate[317] = "   11/14/" + year
entryContent[317] = "Noviembre 14: ante diem duodevicesimum Kalendas Decembres "

entryDate[318] = "   11/15/" + year
entryContent[318] = "Noviembre 15: ante diem septimum decimum Kalendas Decembres "

entryDate[319] = "   11/16/" + year
entryContent[319] = "Noviembre 16: ante diem sextum decimum Kalendas Decembres "

entryDate[320] = "   11/17/" + year
entryContent[320] = "Noviembre 17: ante diem quintum decimum Kalendas Decembres "

entryDate[321] = "   11/18/" + year
entryContent[321] = "Noviembre 18: ante diem quartum decimum Kalendas Decembres "

entryDate[322] = "   11/19/" + year
entryContent[322] = "Noviembre 19: ante diem tertium decimum Kalendas Decembres "

entryDate[323] = "   11/20/" + year
entryContent[323] = "Noviembre 20: ante diem duodecimum Kalendas Decembres "

entryDate[324] = "   11/21/" + year
entryContent[324] = "Noviembre 21: ante diem undecimum Kalendas Decembres "

entryDate[325] = "   11/22/" + year
entryContent[325] = "Noviembre 22: ante diem decimum Kalendas Decembres "

entryDate[326] = "   11/23/" + year
entryContent[326] = "Noviembre 23: ante diem nonum Kalendas Decembres "

entryDate[327] = "   11/24/" + year
entryContent[327] = "Noviembre 24: ante diem octavum Kalendas Decembres "

entryDate[328] = "   11/25/" + year
entryContent[328] = "Noviembre 25: ante diem septimum Kalendas Decembres "

entryDate[329] = "   11/26/" + year
entryContent[329] = "Noviembre 26: ante diem sextum Kalendas Decembres "

entryDate[330] = "   11/27/" + year
entryContent[330] = "Noviembre 27: ante diem quintum Kalendas Decembres "

entryDate[331] = "   11/28/" + year
entryContent[331] = "Noviembre 28: ante diem quartum Kalendas Decembres "

entryDate[332] = "   11/29/" + year
entryContent[332] = "Noviembre 29: ante diem tertium Kalendas Decembres "

entryDate[333] = "   11/30/" + year
entryContent[333] = "Noviembre 30: pridie Kalendas Decembres "

entryDate[334] = "   12/01/" + year
entryContent[334] = "Diciembre 1: Kalendae Decembres "

entryDate[335] = "   12/02/" + year
entryContent[335] = "Diciembre 2: ante diem quartum Nonas Decembres "

entryDate[336] = "   12/03/" + year
entryContent[336] = "Diciembre 3: ante diem tertium Nonas Decembres "

entryDate[337] = "   12/04/" + year
entryContent[337] = "Diciembre 4: pridie Nonas Decembres "

entryDate[338] = "   12/05/" + year
entryContent[338] = "Diciembre 5: Nonae Decembres "

entryDate[339] = "   12/06/" + year
entryContent[339] = "Diciembre 6: ante diem octavum Idus Decembres "

entryDate[340] = "   12/07/" + year
entryContent[340] = "Diciembre 7: ante diem septimum Idus Decembres "

entryDate[341] = "   12/08/" + year
entryContent[341] = "Diciembre 8: ante diem sextum Idus Decembres: Inmaculata Virgo Maria "

entryDate[342] = "   12/09/" + year
entryContent[342] = "Diciembre 9: ante diem quintum Idus Decembres "

entryDate[343] = "   12/10/" + year
entryContent[343] = "Diciembre 10: ante diem quartum Idus Decembres "

entryDate[344] = "   12/11/" + year
entryContent[344] = "Diciembre 11: ante diem tertium Idus Decembres "

entryDate[345] = "   12/12/" + year
entryContent[345] = "Diciembre 12: pridie Idus Decembres "

entryDate[346] = "   12/13/" + year
entryContent[346] = "Diciembre 13: Idus Decembres "

entryDate[347] = "   12/14/" + year
entryContent[347] = "Diciembre 14: ante diem undevicesimum Kalendas Ianuarias "

entryDate[348] = "   12/15/" + year
entryContent[348] = "Diciembre 15: ante diem duodevicesimum Kalendas Ianuarias "

entryDate[349] = "   12/16/" + year
entryContent[349] = "Diciembre 16: ante diem septimum decimum Kalendas Ianuarias "

entryDate[350] = "   12/17/" + year
entryContent[350] = "Diciembre 17: ante diem sextum decimum Kalendas Ianuarias "

entryDate[351] = "   12/18/" + year
entryContent[351] = "Diciembre 18: ante diem quintum decimum Kalendas Ianuarias "

entryDate[352] = "   12/19/" + year
entryContent[352] = "Diciembre 19: ante diem quartum decimum Kalendas Ianuarias "

entryDate[353] = "   12/20/" + year
entryContent[353] = "Diciembre 20: ante diem tertium decimum Kalendas Ianuarias "

entryDate[354] = "   12/21/" + year
entryContent[354] = "Diciembre 21: ante diem duodecimum Kalendas Ianuarias "

entryDate[355] = "   12/22/" + year
entryContent[355] = "Diciembre 22: ante diem undecimum Kalendas Ianuarias "

entryDate[356] = "   12/23/" + year
entryContent[356] = "Diciembre 23: ante diem decimum Kalendas Ianuarias "

entryDate[357] = "   12/24/" + year
entryContent[357] = "Diciembre 24: ante diem nonum Kalendas Ianuarias "

entryDate[358] = "   12/25/" + year
entryContent[358] = "Diciembre 25: ante diem octavum Kalendas Ianuarias: Natalis Domini Nostri Iesu Christi, Deus et Homo "

entryDate[359] = "   12/26/" + year
entryContent[359] = "Diciembre 26: ante diem septimum Kalendas Ianuarias "

entryDate[360] = "   12/27/" + year
entryContent[360] = "Diciembre 27: ante diem sextum Kalendas Ianuarias "

entryDate[361] = "   12/28/" + year
entryContent[361] = "Diciembre 28: ante diem quintum Kalendas Ianuarias "

entryDate[362] = "   12/29/" + year
entryContent[362] = "Diciembre 29: ante diem quartum Kalendas Ianuarias "

entryDate[363] = "   12/30/" + year
entryContent[363] = "Diciembre 30: ante diem tertium Kalendas Ianuarias "

entryDate[364] = "   12/31/" + year
entryContent[364] = "Diciembre 31: pridie Kalendas Ianuarias "

if (typeof display == "undefined") { var display = "date" }

if (display == "random")
{
  var randomNumber = Math.random()
  randomNumber *= varLength
  randomNumber = parseInt(randomNumber)
  if(isNaN(randomNumber)) randomNumber = 0
  else randomNumber %= varLength
  selectedContent = entryContent[randomNumber]
}
else
{
  for (x=0; x<(entryContent.length); x++)
  {
    tempDate = new Date(entryDate[x])
    tempContent = entryContent[x]
    if ((tempDate <= today) && (tempDate > selectedDate))
    {
      selectedContent = tempContent
      selectDate = tempDate
    }
  }
}

document.write (selectedContent)
