function dateArray(calendarID){
  var dayCount = 1;
  var i;
  if (calendarID == 0){
    for (i = 1; i <= 31; i++){this[dayCount] = i+' January'; dayCount++};
    for (i = 1; i <= 28; i++){this[dayCount] = i+' February'; dayCount++};
    for (i = 1; i <= 31; i++){this[dayCount] = i+' March'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' April'; dayCount++};
    for (i = 1; i <= 31; i++){this[dayCount] = i+' May'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' June'; dayCount++};
    for (i = 1; i <= 31; i++){this[dayCount] = i+' July'; dayCount++};
    for (i = 1; i <= 31; i++){this[dayCount] = i+' August'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' September'; dayCount++};
    for (i = 1; i <= 31; i++){this[dayCount] = i+' October'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' November'; dayCount++};
    for (i = 1; i <= 31; i++){this[dayCount] = i+' December'; dayCount++};
  };
  if (calendarID == 1){
    this[dayCount] = '2 Yule'; dayCount++
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Afteryule (January)'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Solmath (February)'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Rethe (March)'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Astron (April)'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Thrimidge (May)'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Forelithe (June)'; dayCount++};
    this[dayCount] = '1 Lithe'; dayCount++
    this[dayCount] = 'Midyear\'s Day'; dayCount++
    this[dayCount] = '2 Lithe'; dayCount++
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Afterlithe (July)'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Wedmath (August)'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Halimath (September)'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Winterfilth (October)'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Blotmath (November)'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Foreyule (December)'; dayCount++};
    this[dayCount] = '1 Yule'; dayCount++
  };
  if (calendarID == 2){
    this[dayCount] = '2 Yule'; dayCount++
    for (i = 1; i <= 30; i++){this[dayCount] = i+' January (Afteryule)'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' February (Solmath)'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' March (Rethe)'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' April (Astron)'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' May (Thrimidge)'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' June (Forelithe)'; dayCount++};
    this[dayCount] = '1 Lithe'; dayCount++
    this[dayCount] = 'Midyear\'s Day'; dayCount++
    this[dayCount] = '2 Lithe'; dayCount++
    for (i = 1; i <= 30; i++){this[dayCount] = i+' July (Afterlithe)'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' August (Wedmath)'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' September (Halimath)'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' October (Winterfilth)'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' November (Blotmath)'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' December (Foreyule)'; dayCount++};
    this[dayCount] = '1 Yule'; dayCount++
  };
  if (calendarID == 3){
    this[dayCount] = '2 Yule'; dayCount++
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Frery'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Solmath'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Rethe'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Chithing'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Thrimidge'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Lithe'; dayCount++};
    this[dayCount] = 'First Summerday'; dayCount++
    this[dayCount] = 'Second Summerday (Midyear\'s Day)'; dayCount++
    this[dayCount] = 'Third Summerday'; dayCount++
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Mede'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Wedmath'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Harvestmath'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Wintring'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Blooting'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Yulemath'; dayCount++};
    this[dayCount] = '1 Yule'; dayCount++
  };
  if (calendarID == 4){
    this[dayCount] = 'Yestar&#235;'; dayCount++
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Narviny&#235;'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' N&#233;nim&#235;'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' S&#250;lim&#235;'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' V&#237;ress&#235;'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' L&#243;tess&#235;'; dayCount++};
    for (i = 1; i <= 31; i++){this[dayCount] = i+' N&#225;ri&#235;'; dayCount++};
    this[dayCount] = 'Lo&#235;nd&#235;'; dayCount++
    for (i = 1; i <= 31; i++){this[dayCount] = i+' Cermi&#235;'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Urim&#235;'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Yavanni&#235;'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Narqueli&#235;'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' H&#237;sim&#235;'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Ringar&#235;'; dayCount++};
    this[dayCount] = 'Mettar&#235;'; dayCount++
  };
  if (calendarID == 5){
    this[dayCount] = 'Yestar&#235;'; dayCount++
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Narviny&#235;'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' N&#233;nim&#235;'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' S&#250;lim&#235;'; dayCount++};
    this[dayCount] = 'Tuil&#233;r&#235;'; dayCount++
    for (i = 1; i <= 30; i++){this[dayCount] = i+' V&#237;ress&#235;'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' L&#243;tess&#235;'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' N&#225;ri&#235;'; dayCount++};
    this[dayCount] = 'Lo&#235;nd&#235;'; dayCount++
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Cermi&#235;'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Urim&#235;'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Yavanni&#235;'; dayCount++};
    this[dayCount] = 'Y&#225;vi&#233;r&#235;'; dayCount++
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Narqueli&#235;'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' H&#237;sim&#235;'; dayCount++};
    for (i = 1; i <= 30; i++){this[dayCount] = i+' Ringar&#235;'; dayCount++};
    this[dayCount] = 'Mettar&#235;'; dayCount++
  };
  if (calendarID == 6){
    this[dayCount] = 'Yestar&#235;'; dayCount++
    for (i = 1; i <= 54; i++){this[dayCount] = i+' Tuil&#235;'; dayCount++};
    for (i = 1; i <= 72; i++){this[dayCount] = i+' Lair&#235;'; dayCount++};
    for (i = 1; i <= 54; i++){this[dayCount] = i+' Y&#225;vi&#235;'; dayCount++};
    this[dayCount] = 'First Ender'; dayCount++
    this[dayCount] = 'Second Ender'; dayCount++
    this[dayCount] = 'Third Ender'; dayCount++
    for (i = 1; i <= 54; i++){this[dayCount] = i+' Quell&#235;'; dayCount++};
    for (i = 1; i <= 72; i++){this[dayCount] = i+' Hr&#237;v&#235;'; dayCount++};
    for (i = 1; i <= 54; i++){this[dayCount] = i+' Coir&#235;'; dayCount++};
    this[dayCount] = 'Mettar&#235;'; dayCount++
  };
  if (calendarID == 7){
    for (i = 1; i <= 365; i++){this[i] = ''};
// ------------------------------------
this[2]  = '<a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> The <a href="f/fellowshipofthering.html">Fellowship</a> attempt the <a href="r/redhornpass.html">Redhorn Pass</a>, but are troubled by snowfall.<br>';
this[3]  = '<b>1892</b> Date of J.R.R. Tolkien\'s birth.<br>';
this[6]  = '<a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> The remaining members of the <a href="f/fellowshipofthering.html">Fellowship</a> flee <a href="m/moria.html">Moria</a> and reach the borders of <a href="l/lorien.html">L&#243;rien</a>.<br><a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> <a href="g/gandalf.html">Gandalf</a> and the <a href="b/balrogs.html">Balrog</a> fall from the <a href="b/bridgeofkhazaddum.html">Bridge of Khazad-d&#251;m</a>.<br>';
this[14]  = '<a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> <a href="g/gandalf.html">Gandalf</a> and the <a href="b/balrogs.html">Balrog</a> reach the peak of <a href="z/zirakzigil.html">Zirakzigil</a>.<br>';
this[16]  = '<a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> <a href="g/gandalf.html">Gandalf</a> casts <a href="d/durinsbane.html">Durin\'s Bane</a> from <a href="z/zirakzigil.html">Zirakzigil</a>.<br>';
this[37]  = '<a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> The <a href="c/companyofthering.html">Company of the Ring</a> depart from <a href="l/lorien.html">L&#243;rien</a>.<br>';
this[44]  = '<a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> The <a href="c/companyofthering.html">Company of the Ring</a> encounter a <a href="w/wingednazgul.html">Winged Nazg&#251;l</a> on the <a href="g/greatriver.html">Great River</a>.<br>';
this[46]  = '<a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a>  Death of <a href="t/theodred.html">Th&#233;odred</a> at the <a href="f/firstbattleofthefordsofisen.html">First Battle of the Fords of Isen</a>.<br>';
this[47]  = '<a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> <a href="b/boromir.html">Boromir</a> is slain by <a href="o/orcs.html">Orcs</a>; the <a href="f/fellowshipofthering.html">Fellowship of the Ring</a> is broken.<br>';
this[50]  = '<a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> <a href="u/ugluk.html">Uglśk\'s</a> <a href="o/orcs.html">Orc</a>-band is destroyed by the <a href="r/rohirrim.html">Rohirrim</a>.  <a href="m/meriadocbrandybuck.html">Merry</a> and <a href="p/peregrintook.html">Pippin</a> escape into <a href="f/fangornforest.html">Fangorn Forest</a>.<br>';
this[52]  = '<a href="chronicle.html?startyear=2931&startage=3"><b>III 2931</b></a> Birth of <a href="a/aragorn.html">Aragorn II Elessar</a>.<br>';
this[53]  = '<a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> The <a href="s/secondbattleofthefordsofisen.html">Second Battle of the Fords of Isen</a>.<br>';
this[54]  = '<a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> The <a href="b/battleofthehornburg.html">Battle of the Hornburg</a> begins.<br><a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> Destruction of <a href="i/isengard.html">Isengard</a> by the <a href="e/ents.html">Ents</a>.<br>';
this[55]  = '<a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> The <a href="b/battleofthehornburg.html">Battle of the Hornburg</a> is won, and the siege of <a href="h/helmsdeep.html">Helm\'s Deep</a> relieved.<br>';
this[59]  = '<a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> <a href="a/aragorn.html">Aragorn</a> and his company pass through the <a href="p/pathsofthedead.html">Paths of the Dead</a>, and gather at <a href="e/erech.html">Erech</a> in the <a href="m/morthond.html">Morthond</a> Vale.<br>';
this[61]  = '<a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> An army out of the <a href="m/morannon.html">Morannon</a> captures <a href="c/cairandros.html">Cair Andros</a> and invades <a href="a/anorien.html">An&#243;rien</a>.<br>';
this[64]  = '<a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> <a href="a/aragorn.html">Aragorn</a> captures the fleet of the <a href="c/corsairs.html">Corsairs</a> at <a href="p/pelargir.html">Pelargir</a>, and releases the army of the <a href="d/dead.html">Dead</a> who aided him.<br>';
this[65]  = '<a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> A dispute breaks out in the <a href="t/towerofcirithungol.html">Tower of Cirith Ungol</a>, leading to open battle between the <a href="o/orcs.html">Orcs</a> in the <a href="t/towerofcirithungol.html">Tower</a>.<br>';
this[66]  = '<a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> Death of <a href="k/kingofrohan.html">King</a> <a href="t/theoden.html">Th&#233;oden</a> in the <a href="b/battleofthepelennor.html">Battle of the Pelennor</a>.  He is succeeded by his nephew <a href="e/eomer.html">&#201;omer</a>.<br><a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> The pyre of <a href="d/denethor.html">Denethor</a>.<br><a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> The <a href="b/battleofthepelennor.html">Battle of the Pelennor Fields</a>.<br>';
this[68]  = '<a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> The <a href="b/battleofdale.html">Battle of Dale</a> begins.<br>';
this[71]  = '<a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> The end of the <a href="b/battleofdale.html">Battle of Dale</a>.  <a href="e/erebor.html">Erebor</a> is besieged.<br>';
this[75]  = '<a href="chronicle.html?startyear=3021&startage=3"><b>III 3021</b></a> The last day of the <a href="t/thirdage.html">Third Age</a>, according to the reckoning of <a href="g/gondor.html">Gondor</a>.<br>';
this[76]  = '<a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> The <a href="c/captainsofthewest.html">Captains of the West</a> are assaulted by <a href="s/sauron.html">Sauron\'s</a> forces before the <a href="b/blackgate.html">Black Gate</a> of <a href="m/mordor.html">Mordor</a>.<br><a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> Destruction of the <a href="o/onering.html">One Ring</a> and final downfall of <a href="s/sauron.html">Sauron</a> and his <a href="n/nazgul.html">Nazg&#251;l</a>.<br><a href="chronicle.html?startyear=3021&startage=3"><b>III 3021</b></a> The beginning of the <a href="f/fourthage.html">Fourth Age</a>, according to the calendars of <a href="g/gondor.html">Gondor</a>.<br><a href="chronicle.html?startyear=3021&startage=3"><b>III 3021</b></a> <a href="s/samwisegamgee.html">Sam\'s</a> daughter <a href="e/elanorgardner.html">Elanor</a> is born.<br>';
this[78]  = '<a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> The siege of <a href="e/erebor.html">Erebor</a> is broken.<br>';
this[87]  = '<b></b> The <a href="e/elves.html">Elves\'</a> New Year.<br><a href="chronicle.html?startyear=2983&startage=3"><b>III 2983</b></a> Likely date of <a href="s/samwisegamgee.html">Samwise Gamgee\'s</a> birth.<br><a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> <a href="c/celeborn.html">Celeborn</a> and <a href="t/thranduil.html">Thranduil</a> meet and rename <a href="m/mirkwood.html">Mirkwood</a> as <a href="e/erynlasgalen.html">Eryn Lasgalen</a>.<br>';
this[93]  = '<a href="chronicle.html?startyear=3018&startage=3"><b>III 3018</b></a> <a href="g/gandalf.html">Gandalf</a> returns to the <a href="s/shire.html">Shire</a> to warn <a href="f/frodobaggins.html">Frodo</a> about the <a href="o/onering.html">Ring</a>.<br>';
this[112]  = '<a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> Coronation of <a href="a/aragorn.html">Aragorn II Elessar</a>.<br>';
this[161]  = '<a href="chronicle.html?startyear=3018&startage=3"><b>III 3018</b></a> <a href="s/sauron.html">Sauron\'s</a> forces simultaneously attack eastern <a href="g/gondor.html">Gondor</a> and the <a href="w/woodelves.html">Wood-elves</a> of <a href="t/thranduil.html">Thranduil</a>.  The <a href="w/warofthering.html">War of the Ring</a> begins.<br>';
this[172]  = '<a href="chronicle.html?startyear=2941&startage=3"><b>III 2941</b></a> <a href="b/bilbobaggins.html">Bilbo Baggins</a> and the <a href="d/dwarves.html">Dwarves</a> set out from <a href="r/rivendell.html">Rivendell</a> on their journey to the <a href="l/lonelymountain.html">Lonely Mountain</a>.<br><a href="chronicle.html?startyear=3020&startage=3"><b>III 3020</b></a> <a href="f/frodobaggins.html">Frodo Baggins</a> gives up the post of <a href="m/mayoroftheshire.html">Mayor of the Shire</a>, and <a href="w/willwhitfoot.html">Will Whitfoot</a> is restored.<br>';
this[184]  = '<a href="chronicle.html?startyear=3018&startage=3"><b>III 3018</b></a> <a href="s/saruman.html">Saruman</a> traps <a href="g/gandalf.html">Gandalf</a> and imprisons him on the pinnacle of <a href="o/orthanc.html">Orthanc</a>.<br>';
this[192]  = '<a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> <a href="e/eomer.html">&#201;omer</a> returns to <a href="m/minastirith.html">Minas Tirith</a> to escort <a href="t/theoden.html">Th&#233;oden\'s</a> remains to <a href="e/edoras.html">Edoras</a>.<br>';
this[193]  = '<a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> The funeral escort of <a href="t/theoden.html">Th&#233;oden</a> sets out from <a href="m/minastirith.html">Minas Tirith</a>.<br>';
this[211]  = '<a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> The funeral escort of <a href="t/theoden.html">Th&#233;oden</a> arrives at <a href="e/edoras.html">Edoras</a>.<br>';
this[214]  = '<a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> The funeral of <a href="t/theoden.html">Th&#233;oden</a>.<br>';
this[222]  = '<a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> <a href="a/aragorn.html">Aragorn</a> and his company arrive at <a href="h/helmsdeep.html">Helm\'s Deep</a>, accompanying the <a href="t/travellers.html">Travellers</a> northward<br>';
this[226]  = '<a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> Returning into the north, the <a href="t/travellers.html">Travellers</a> reach <a href="i/isengard.html">Isengard</a>, where they bid farewell to  <a href="a/aragorn.html">Aragorn</a>.<br>';
this[232]  = '<a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> On their journey north, the <a href="t/travellers.html">Travellers</a> encounter <a href="s/saruman.html">Saruman</a>.  <a href="s/saruman.html">Saruman</a> starts towards the <a href="s/shire.html">Shire</a>.<br>';
this[239]  = '<a href="chronicle.html?startyear=2&startage=3"><b>III 2</b></a> <a href="i/isildur.html">Isildur</a> sets out from <a href="m/minastirith.html">Minas Tirith</a> with the <a href="r/ring.html">Ring</a> on his fateful journey into the north.<br>';
this[252]  = '<a href="chronicle.html?startyear=3018&startage=3"><b>III 3018</b></a> On their journey north to the <a href="s/shire.html">Shire</a>, the <a href="b/blackriders.html">Black Riders</a> cross the <a href="f/fordsofisen.html">Fords of Isen</a>.<br><a href="chronicle.html?startyear=3018&startage=3"><b>III 3018</b></a> <a href="g/gwaihir.html">Gwaihir</a> rescues <a href="g/gandalf.html">Gandalf</a> from <a href="o/orthanc.html">Orthanc</a>.<br>';
this[253]  = '<a href="chronicle.html?startyear=3018&startage=3"><b>III 3018</b></a> <a href="g/gandalf.html">Gandalf</a> seeks aid from <a href="t/theoden.html">Th&#233;oden</a>, but is turned away from <a href="e/edoras.html">Edoras</a>.<br>';
this[254]  = '<a href="chronicle.html?startyear=3018&startage=3"><b>III 3018</b></a> <a href="g/gandalf.html">Gandalf</a> returns to <a href="e/edoras.html">Edoras</a>, and is again dismissed by <a href="t/theoden.html">Th&#233;oden</a>, though he is granted a <a href="h/horses.html">horse</a>.<br>';
this[255]  = '<a href="chronicle.html?startyear=3018&startage=3"><b>III 3018</b></a> <a href="g/gandalf.html">Gandalf</a> comes upon <a href="s/shadowfax.html">Shadowfax</a> for the first time, and follows the great <a href="h/horses.html">horse</a> across the fields of <a href="r/rohan.html">Rohan</a>.<br><a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> <a href="g/gandalf.html">Gandalf</a> and the <a href="h/hobbits.html">Hobbits</a>, travelling homeward from <a href="m/minastirith.html">Minas Tirith</a>, reach <a href="r/rivendell.html">Rivendell</a>.<br><a href="chronicle.html?startyear=3021&startage=3"><b>III 3021</b></a> <a href="f/frodobaggins.html">Frodo</a> and <a href="s/samwisegamgee.html">Sam</a> set out from <a href="h/hobbiton.html">Hobbiton</a> for the <a href="g/greyhavens.html">Grey Havens</a>.<br>';
this[256]  = '<a href="chronicle.html?startyear=2890&startage=3"><b>III 2890</b></a> Birth of <a href="b/bilbobaggins.html">Bilbo Baggins</a> in the <a href="s/shire.html">Shire</a>.<br><a href="chronicle.html?startyear=2968&startage=3"><b>III 2968</b></a> Birth of <a href="f/frodobaggins.html">Frodo Baggins</a> in the <a href="s/shire.html">Shire</a>.<br><a href="chronicle.html?startyear=3001&startage=3"><b>III 3001</b></a> <a href="b/bilbobaggins.html">Bilbo Baggins\'</a> <a href="b/birthdayparty.html">Birthday Party</a> and farewell feast.<br><a href="chronicle.html?startyear=3018&startage=3"><b>III 3018</b></a> In <a href="r/rohan.html">Rohan</a>, <a href="g/gandalf.html">Gandalf</a> overtakes <a href="s/shadowfax.html">Shadowfax</a>.  Meanwhile, far to the north, <a href="b/blackriders.html">Black Riders</a> reach the borders of the <a href="s/shire.html">Shire</a>.<br><a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> <a href="s/saruman.html">Saruman</a> enters the <a href="s/shire.html">Shire</a>.<br><a href="chronicle.html?startyear=3021&startage=3"><b>III 3021</b></a> <a href="f/frodobaggins.html">Frodo</a> and <a href="s/samwisegamgee.html">Sam</a> meet the <a href="l/lastridingofthekeepers.html">Last Riding of the Keepers</a>.<br>';
this[257]  = '<a href="chronicle.html?startyear=3018&startage=3"><b>III 3018</b></a> <a href="g/gandalf.html">Gandalf</a> sets out from <a href="r/rohan.html">Rohan</a>.<br><a href="chronicle.html?startyear=3018&startage=3"><b>III 3018</b></a> The <a href="b/blackriders.html">Black Riders</a> enter the <a href="s/shire.html">Shire</a>.<br><a href="chronicle.html?startyear=3018&startage=3"><b>III 3018</b></a> <a href="f/frodobaggins.html">Frodo</a>, <a href="s/samwisegamgee.html">Sam</a> and <a href="p/peregrintook.html">Pippin</a> set out from <a href="b/bagend.html">Bag End</a>.<br>';
this[258]  = '<a href="chronicle.html?startyear=3018&startage=3"><b>III 3018</b></a> Riding north to the <a href="s/shire.html">Shire</a>, <a href="g/gandalf.html">Gandalf</a> crosses the River <a href="i/isen.html">Isen</a>.<br>';
this[260]  = '<a href="chronicle.html?startyear=3018&startage=3"><b>III 3018</b></a> <a href="f/frodobaggins.html">Frodo</a> encounters <a href="t/tombombadil.html">Tom Bombadil</a> and <a href="g/goldberry.html">Goldberry</a>.<br>';
this[261]  = '<a href="chronicle.html?startyear=3018&startage=3"><b>III 3018</b></a> <a href="g/gandalf.html">Gandalf</a>, riding wildly northward from <a href="r/rohan.html">Rohan</a>, crosses the River <a href="g/greyflood.html">Greyflood</a>.<br>';
this[262]  = '<a href="chronicle.html?startyear=3018&startage=3"><b>III 3018</b></a> Riding on <a href="f/frodobaggins.html">Frodo\'s</a> trail, <a href="g/gandalf.html">Gandalf</a> crosses the <a href="b/brandywine.html">Brandywine</a> into the <a href="s/shire.html">Shire\'s</a> <a href="s/southfarthing.html">Southfarthing</a>.<br><a href="chronicle.html?startyear=3018&startage=3"><b>III 3018</b></a> <a href="f/frodobaggins.html">Frodo</a> and his companions are captured by a <a href="b/barrowwights.html">Barrow-wight</a>, and rescued by <a href="t/tombombadil.html">Tom Bombadil</a>.<br>';
this[263]  = '<a href="chronicle.html?startyear=3021&startage=3"><b>III 3021</b></a> Departure of the <a href="r/ringbearers.html">Ring-bearers</a>.<br>';
this[264]  = '<b>1937</b> Publication of <i>The Hobbit</i>.<br><a href="chronicle.html?startyear=3018&startage=3"><b>III 3018</b></a> The <a href="h/hobbits.html">Hobbits</a> awake in <a href="b/bree.html">Bree</a> to find their <a href="p/ponies.html">ponies</a> stolen.  <a href="b/billferny.html">Bill Ferny</a> sells them his <a href="p/ponies.html">pony</a>, later called <a href="b/bill.html">Bill</a> himself.<br>';
this[265]  = '<a href="chronicle.html?startyear=3018&startage=3"><b>III 3018</b></a> <a href="b/blackriders.html">Black Riders</a> raid <a href="b/buckland.html">Buckland</a> in the early morning.<br>';
this[267]  = '<a href="chronicle.html?startyear=3018&startage=3"><b>III 3018</b></a> <a href="g/gandalf.html">Gandalf</a> reaches <a href="w/weathertop.html">Weathertop</a>, and is attacked there by <a href="n/nazgul.html">Nazgūl</a>.<br>';
this[268]  = '<a href="chronicle.html?startyear=2&startage=3"><b>III 2</b></a> <a href="d/disasterofthegladdenfields.html">The Disaster of the Gladden Fields</a>.  The <a href="o/onering.html">One Ring</a> is lost in <a href="a/anduin.html">Anduin</a>.<br>';
this[270]  = '<a href="chronicle.html?startyear=3021&startage=3"><b>III 3021</b></a> <a href="s/samwisegamgee.html">Sam</a> returns to <a href="b/bagend.html">Bag End</a> on his faithful <a href="p/ponies.html">pony</a>, <a href="b/bill.html">Bill</a>.<br>';
this[289]  = '<a href="chronicle.html?startyear=3018&startage=3"><b>III 3018</b></a> The <a href="c/councilofelrond.html">Council of Elrond</a>.<br>';
this[297]  = '<a href="chronicle.html?startyear=3019&startage=3"><b>III 3019</b></a> <a href="s/saruman.html">Saruman</a> dies at the hands of his servant <a href="g/grima.html">Gr&#237;ma</a>.  The end of the <a href="w/warofthering.html">War of the Ring</a>.<br>';
this[349]  = '<a href="chronicle.html?startyear=3018&startage=3"><b>III 3018</b></a> The setting-out of the <a href="f/fellowshipofthering.html">Fellowship</a> from <a href="r/rivendell.html">Rivendell</a>.<br>';
this[353]  = '<b></b> The beginning of the <a href="h/hobbits.html">Hobbits\'</a> Yuletide festival.<br>';
this[355]  = '<b></b> The last day of the year, according to the <a href="s/shirecalendar.html">Shire Calendar</a> and the calendars of the <a href="d/dunedain.html">D&#250;nedain</a>.<br>';
this[356]  = '<b></b> The first day of the year, according to the <a href="s/shirecalendar.html">Shire Calendar</a> and the calendars of the <a href="d/dunedain.html">D&#250;nedain</a>.<br>';
this[358]  = '<b></b> The last day of the <a href="h/hobbits.html">Hobbits\'</a> Yuletide festival.<br>';
// ------------------------------------
  };
};
