// ************************************************************************************
// ** This file has been created with the Rotating Content Tool by Amesbury Web.     **
// ** For more information, visit us on the web:                                     **
// **                                                                                **
// **     Rotating Content Tool   -- http://rotatecontent.com/                       **
// **     Company: Amesbury Web   -- http://amesburyweb.com/                         **
// **     Author:  Randy Hoyt     -- http://randyhoyt.com/                           **
// **                                                                                **
// ************************************************************************************

today = new Date()
month = today.getMonth() + 1
year = today.getFullYear()

selectedDate = new Date("01/01/1900")
selectedContent = ""

varLength = 366
var entryDate = new Array(varLength)
var entryContent = new Array(varLength)

entryDate[0] = "01/01/" + year
entryContent[0] = "<strong>Me meliora manent</strong>. <em>Better things await me</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[1] = " 01/02/" + year
entryContent[1] = "<strong>Ut migraturus habita</strong>. <em>Dwell as if you were about to move</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[2] = " 01/03/" + year
entryContent[2] = "<strong>Deficiam aut effciam</strong>. <em>I will fail, or succeed</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[3] = " 01/04/" + year
entryContent[3] = "<strong>Omnia fortunae committo</strong>. <em>I entrust all things to luck</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[4] = " 01/05/" + year
entryContent[4] = "<strong>Omnia fert aetas</strong>. <em>Time brings all things</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[5] = " 01/06/" + year
entryContent[5] = "<strong>Ubique patriam reminisci</strong>. <em>To ever remember my country</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[6] = " 01/07/" + year
entryContent[6] = "<strong>Florebo quocumque ferar</strong>. <em>I will flourish wherever I end up</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[7] = " 01/08/" + year
entryContent[7] = "<strong>In diem vivo</strong>. <em>I live for the day. </em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[8] = " 01/09/" + year
entryContent[8] = "<strong>Spem renovant alae</strong>. <em>Our wings renew our hope</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[9] = " 01/10/" + year
entryContent[9] = "<strong>Sumus filii Dei</strong>. <em>We are God's children</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[10] = " 01/11/" + year
entryContent[10] = "<strong>Cogito, ergo sum</strong>. <em>I think, therefore I am. </em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[11] = " 01/12/" + year
entryContent[11] = "<strong>Ut prosim aliis</strong>. <em>So that I may be useful to others</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[12] = " 01/13/" + year
entryContent[12] = "<strong>Ludere, non deludere</strong>. <em>To play, but not play false</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[13] = " 01/14/" + year
entryContent[13] = "<strong>Perge sed caute</strong>. <em>Go foward, but cautiously</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[14] = " 01/15/" + year
entryContent[14] = "<strong>Fugit hora, ora</strong>. <em>Time is flying: pray</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[15] = " 01/16/" + year
entryContent[15] = "<strong>Veni, vidi, vici</strong>. <em>I came, I saw, I conquered</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[16] = " 01/17/" + year
entryContent[16] = "<strong>Invigila, sic vinces</strong>. <em>Keep watch; in this way, you will win</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[17] = " 01/18/" + year
entryContent[17] = "<strong>Proprio alor succo</strong>. <em>I am nourished by my own sap</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[18] = " 01/19/" + year
entryContent[18] = "<strong>Confide recte agens</strong>. <em>By acting rightly, be confident</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[19] = " 01/20/" + year
entryContent[19] = "<strong>Apes debemus imitari</strong>. <em>We should imitate the bees</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[20] = " 01/21/" + year
entryContent[20] = "<strong>Spes audaces adiuvat</strong>. <em>Hope helps the bold</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[21] = " 01/22/" + year
entryContent[21] = "<strong>Vivere sat vincere</strong>. <em>To live is sufficient victory. </em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[22] = " 01/23/" + year
entryContent[22] = "<strong>Ratio mihi sufficit</strong>. <em>My powers of reason suffice me</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[23] = " 01/24/" + year
entryContent[23] = "<strong>Virtute vinco invidiam</strong>. <em>With excellence, I overcome envy</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[24] = " 01/25/" + year
entryContent[24] = "<strong>Vincam malum bono</strong>. <em>I will overcome evil with good</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[25] = " 01/26/" + year
entryContent[25] = "<strong>Sapere aude, incipe</strong>. <em>Dare to be wise; begin</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[26] = " 01/27/" + year
entryContent[26] = "<strong>Supra spem spero</strong>. <em>I hope beyond hope. </em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[27] = " 01/28/" + year
entryContent[27] = "<strong>Contentus vivo parvo</strong>. <em>I live, content with little</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[28] = " 01/29/" + year
entryContent[28] = "<strong>Vigila et ora</strong>. <em>Be watchful and pray</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[29] = " 01/30/" + year
entryContent[29] = "<strong>Virtute parta tuemini</strong>. <em>Keep safe what you have acquired by excellence</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[30] = " 01/31/" + year
entryContent[30] = "<strong>Aequam servare mentem</strong>. <em>To keep a calm mind</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[31] = " 02/01/" + year
entryContent[31] = "<strong>Persevera Deoque confide</strong>. <em>Persevere and trust in God</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[32] = " 02/02/" + year
entryContent[32] = "<strong>Animum prudentia firmat</strong>. <em>Experience strengthens the spirit</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[33] = " 02/03/" + year
entryContent[33] = "<strong>Virtus vincit invidiam</strong>. <em>Excellence overcomes envy</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[34] = " 02/04/" + year
entryContent[34] = "<strong>Deus mihi providebit</strong>. <em>God will provide for me</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[35] = " 02/05/" + year
entryContent[35] = "<strong>Grata sume manu</strong>. <em>Take things with a grateful hand</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[36] = " 02/06/" + year
entryContent[36] = "<strong>Vigilantia non cadet</strong>. <em>Watchfulness will not fail</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[37] = " 02/07/" + year
entryContent[37] = "<strong>Deo favente, virebo</strong>. <em>With God's favor, I will be strong. </em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[38] = " 02/08/" + year
entryContent[38] = "<strong>Sincera fide agere</strong>. <em>To act with sincere faith</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[39] = " 02/09/" + year
entryContent[39] = "<strong>Deus dabit vela</strong>. <em>God will give us sails</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[40] = " 02/10/" + year
entryContent[40] = "<strong>Suscipere et finire</strong>. <em>To undertake and accomplish</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[41] = " 02/11/" + year
entryContent[41] = "<strong>Misceo iocis seria</strong>. <em>I mix serious matters with joking ones. </em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[42] = " 02/12/" + year
entryContent[42] = "<strong>Semper sapio suprema</strong>. <em>I am always aware of heavenly things</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[43] = " 02/13/" + year
entryContent[43] = "<strong>Praesto pro patria</strong>. <em>I am ready on behalf of my country</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[44] = " 02/14/" + year
entryContent[44] = "<strong>Honestum praeferre utili</strong>. <em>To prefer what is honorable to what is useful</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[45] = " 02/15/" + year
entryContent[45] = "<strong>Certum pete finem</strong>. <em>Seek the goal that is sure</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[46] = " 02/16/" + year
entryContent[46] = "<strong>Benefacere et laetari</strong>. <em>To do good and rejoice</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[47] = " 02/17/" + year
entryContent[47] = "<strong>Dum potes vive</strong>. <em>Live while you are able</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[48] = " 02/18/" + year
entryContent[48] = "<strong>Officium natura docet</strong>. <em>Nature teaches us our duty</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[49] = " 02/19/" + year
entryContent[49] = "<strong>Deus est spes</strong>. <em>God is hope</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[50] = " 02/20/" + year
entryContent[50] = "<strong>Loquor quae sentio</strong>. <em>I say what I feel. </em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[51] = " 02/21/" + year
entryContent[51] = "<strong>Nescit amor fines</strong>. <em>Love knows no bounds</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[52] = " 02/22/" + year
entryContent[52] = "<strong>Malum bono vince</strong>. <em>Conquer evil with good</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[53] = " 02/23/" + year
entryContent[53] = "<strong>Certavi et vici</strong>. <em>I have struggled and won</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[54] = " 02/24/" + year
entryContent[54] = "<strong>Fortuna audaces iuvat</strong>. <em>Fortune helps the bold</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[55] = " 02/25/" + year
entryContent[55] = "<strong>Dum vivo, prosum</strong>. <em>While I live, I am useful</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[56] = " 02/26/" + year
entryContent[56] = "<strong>Semper virtute vivo</strong>. <em>I live always by excellence</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[57] = " 02/27/" + year
entryContent[57] = "<strong>Primum: non nocere</strong>. <em>First: do no harm. </em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[58] = " 02/28/" + year
entryContent[58] = "<strong>Veritas magna est</strong>. <em>Truth is great</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[59] = " 02/29/" + year
entryContent[59] = "<strong>Fidem servabo genusque</strong>. <em>I will keep my faith and my family</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[60] = " 03/01/" + year
entryContent[60] = "<strong>Ad ardua tendo</strong>. <em>I seek out challenges</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[61] = " 03/02/" + year
entryContent[61] = "<strong>Nulli praeda sumus</strong>. <em>We are a prize for no one</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[62] = " 03/03/" + year
entryContent[62] = "<strong>Omnia debeo Deo</strong>. <em>I owe all things to God</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[63] = " 03/04/" + year
entryContent[63] = "<strong>Diligite inimicos vestros</strong>. <em>Love your enemies</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[64] = " 03/05/" + year
entryContent[64] = "<strong>Nil nequit amor</strong>. <em>There is nothing love cannot do</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[65] = " 03/06/" + year
entryContent[65] = "<strong>Non omnis moriar</strong>. <em>Not all of me will die</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[66] = " 03/07/" + year
entryContent[66] = "<strong>Fide sed vide</strong>. <em>Trust, but watch</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[67] = " 03/08/" + year
entryContent[67] = "<strong>Praesta et persta</strong>. <em>Do your duty and persevere</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[68] = " 03/09/" + year
entryContent[68] = "<strong>Panem quaeramus aratro</strong>. <em>Let us seek bread with the plow</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[69] = " 03/10/" + year
entryContent[69] = "<strong>Cum tempore mutamur</strong>. <em>We change with the time</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[70] = " 03/11/" + year
entryContent[70] = "<strong>Fortis est veritas</strong>. <em>Truth is strong</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[71] = " 03/12/" + year
entryContent[71] = "<strong>Utere sorte tua</strong>. <em>Make use of your lot in life</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[72] = " 03/13/" + year
entryContent[72] = "<strong>Luceam et crescam</strong>. <em>I would shine and grow</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[73] = " 03/14/" + year
entryContent[73] = "<strong>Faciam meo modo</strong>. <em>I will do it in my own way</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[74] = " 03/15/" + year
entryContent[74] = "<strong>Maneo, non fugio</strong>. <em>I remain; I do not flee</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[75] = " 03/16/" + year
entryContent[75] = "<strong>Excute corde metum</strong>. <em>Cast out fear from your mind</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[76] = " 03/17/" + year
entryContent[76] = "<strong>Fortes fortuna iuvat</strong>. <em>Fortune helps the brave</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[77] = " 03/18/" + year
entryContent[77] = "<strong>Domat omnia virtus</strong>. <em>Excellence masters all things</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[78] = " 03/19/" + year
entryContent[78] = "<strong>Cursu lampada trado</strong>. <em>In the race, I hand off the torch</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[79] = " 03/20/" + year
entryContent[79] = "<strong>Veritas me dirigit</strong>. <em>Truth directs me</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[80] = " 03/21/" + year
entryContent[80] = "<strong>Scandala removenda sunt</strong>. <em>Stumbling blocks should be removed</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[81] = " 03/22/" + year
entryContent[81] = "<strong>Patior ut potior</strong>. <em>I practice patience to gain mastery</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[82] = " 03/23/" + year
entryContent[82] = "<strong>Iuvat Deus impigros</strong>. <em>God assists those who are not lazy</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[83] = " 03/24/" + year
entryContent[83] = "<strong>Nil falsi audeamus</strong>. <em>Let us dare nothing dishonest</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[84] = " 03/25/" + year
entryContent[84] = "<strong>Medio tutissimus ibo</strong>. <em>In the middle way I will go, completely safe</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[85] = " 03/26/" + year
entryContent[85] = "<strong>Claros reddit industria</strong>. <em>Effort makes us famous</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[86] = " 03/27/" + year
entryContent[86] = "<strong>Audio sed taceo</strong>. <em>I hear, but keep silent</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[87] = " 03/28/" + year
entryContent[87] = "<strong>Fides non timet</strong>. <em>Faith is not afraid</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[88] = " 03/29/" + year
entryContent[88] = "<strong>Respicio sine luctu</strong>. <em>I look back without grief. </em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[89] = " 03/30/" + year
entryContent[89] = "<strong>Duris non frangor</strong>. <em>I am not broken by hardships</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[90] = " 03/31/" + year
entryContent[90] = "<strong>Spero et progredior</strong>. <em>I hope and go forward</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[91] = " 04/01/" + year
entryContent[91] = "<strong>Omnia superat diligentia</strong>. <em>Persistence overcomes all things</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[92] = " 04/02/" + year
entryContent[92] = "<strong>Volando reptilia sperno</strong>. <em>As I fly, I scorn creeping things</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[93] = " 04/03/" + year
entryContent[93] = "<strong>Vince malum patientia</strong>. <em>Conquer evil with patience</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[94] = " 04/04/" + year
entryContent[94] = "<strong>Sustine et abstine</strong>. <em>Bear and forbear</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[95] = " 04/05/" + year
entryContent[95] = "<strong>Fruere tua fortuna</strong>. <em>Enjoy your good luck</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[96] = " 04/06/" + year
entryContent[96] = "<strong>Virtus durat avorum</strong>. <em>The worthiness of my ancestors endures</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[97] = " 04/07/" + year
entryContent[97] = "<strong>Audio, sed taceo</strong>. <em>I listen, but am silent. </em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[98] = " 04/08/" + year
entryContent[98] = "<strong>Per ardua surgo</strong>. <em>I rise up through difficulties. </em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[99] = " 04/09/" + year
entryContent[99] = "<strong>Finem vitae specta</strong>. <em>Keep your eye on the end of life</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[100] = " 04/10/" + year
entryContent[100] = "<strong>Non sufficit orbis</strong>. <em>The world is not enough</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[101] = " 04/11/" + year
entryContent[101] = "<strong>Nec desit virtus</strong>. <em>Let there be no lack of excellence</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[102] = " 04/12/" + year
entryContent[102] = "<strong>Audacem iuvant fata</strong>. <em>The fates help someone who is daring</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[103] = " 04/13/" + year
entryContent[103] = "<strong>Gaudet tentamine virtus</strong>. <em>Excellence rejoices in effort</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[104] = " 04/14/" + year
entryContent[104] = "<strong>Deo iuvante, vinco</strong>. <em>With God's help, I conquer</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[105] = " 04/15/" + year
entryContent[105] = "<strong>Antequam incipias, consulta</strong>. <em>Deliberate before you begin</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[106] = " 04/16/" + year
entryContent[106] = "<strong>Dum vivo, vireo</strong>. <em>While I live, I flourish</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[107] = " 04/17/" + year
entryContent[107] = "<strong>Aetate prudentiores reddimur</strong>. <em>We turn out wiser with age</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[108] = " 04/18/" + year
entryContent[108] = "<strong>Nitor donec supero</strong>. <em>I strive until I triumph</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[109] = " 04/19/" + year
entryContent[109] = "<strong>Meo contentus sum</strong>. <em>I am content with what I have</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[110] = " 04/20/" + year
entryContent[110] = "<strong>Militamus sub spe</strong>. <em>We fight under hope's banner</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[111] = " 04/21/" + year
entryContent[111] = "<strong>Constans contraria spernit</strong>. <em>The steadfast man scorns opposition</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[112] = " 04/22/" + year
entryContent[112] = "<strong>Disce ferenda pati</strong>. <em>Learn to endure what must be borne</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[113] = " 04/23/" + year
entryContent[113] = "<strong>Audentes fortuna iuvat</strong>. <em>Fortune helps those who dare</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[114] = " 04/24/" + year
entryContent[114] = "<strong>Lege, sapere aude</strong>. <em>Read; dare to be wise</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[115] = " 04/25/" + year
entryContent[115] = "<strong>Vires animat virtus</strong>. <em>Excellence revives our powers</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[116] = " 04/26/" + year
entryContent[116] = "<strong>Terar, dum prosim</strong>. <em>May I be worn down, so long as I do good</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[117] = " 04/27/" + year
entryContent[117] = "<strong>Mediam viam elige</strong>. <em>Choose the middle way</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[118] = " 04/28/" + year
entryContent[118] = "<strong>Non ducor, duco</strong>. <em>I am not led; I lead</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[119] = " 04/29/" + year
entryContent[119] = "<strong>Luctor, non mergor</strong>. <em>I struggle; I am not overwhelmed</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[120] = " 04/30/" + year
entryContent[120] = "<strong>Non nobis nascimur</strong>. <em>We are not born for ourselves alone</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[121] = " 05/01/" + year
entryContent[121] = "<strong>Sto pro fide</strong>. <em>I stand firm for faith</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[122] = " 05/02/" + year
entryContent[122] = "<strong>Vigilo et oro</strong>. <em>I am watchful and pray</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[123] = " 05/03/" + year
entryContent[123] = "<strong>Recte agens, confido</strong>. <em>By acting rightly, I am confident</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[124] = " 05/04/" + year
entryContent[124] = "<strong>Altiora semper petimus</strong>. <em>We always seek higher things. </em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[125] = " 05/05/" + year
entryContent[125] = "<strong>Cadenti porrigo dextram</strong>. <em>I reach out my hand to the man who's falling</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[126] = " 05/06/" + year
entryContent[126] = "<strong>Ne cede malis</strong>. <em>Yield not to evils</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[127] = " 05/07/" + year
entryContent[127] = "<strong>Ad caelum tendo</strong>. <em>I head towards the sky</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[128] = " 05/08/" + year
entryContent[128] = "<strong>Video et taceo</strong>. <em>I see, and am silent</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[129] = " 05/09/" + year
entryContent[129] = "<strong>Paro et curo</strong>. <em>I prepare and take care</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[130] = " 05/10/" + year
entryContent[130] = "<strong>Honestum utili praefero</strong>. <em>I prefer something honorable to something useful</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[131] = " 05/11/" + year
entryContent[131] = "<strong>Veritas omnia vincit</strong>. <em>Truth overcomes all things</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[132] = " 05/12/" + year
entryContent[132] = "<strong>Nitor in adversum</strong>. <em>I struggle against adversity</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[133] = " 05/13/" + year
entryContent[133] = "<strong>Petit ardua virtus</strong>. <em>Excellence seeks out challenges</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[134] = " 05/14/" + year
entryContent[134] = "<strong>Moneo et munio</strong>. <em>I advise and defend</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[135] = " 05/15/" + year
entryContent[135] = "<strong>Tentanda via est</strong>. <em>The way must be tried</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[136] = " 05/16/" + year
entryContent[136] = "<strong>Optima sperando spiro</strong>. <em>By hoping for the best, I breathe</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[137] = " 05/17/" + year
entryContent[137] = "<strong>Non eget integer</strong>. <em>The man with integrity has no wants</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[138] = " 05/18/" + year
entryContent[138] = "<strong>Frango dura patientia</strong>. <em>With patience, I shatter hardships</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[139] = " 05/19/" + year
entryContent[139] = "<strong>Sape et tace</strong>. <em>Be wise and be silent</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[140] = " 05/20/" + year
entryContent[140] = "<strong>Ducit amor patriae</strong>. <em>The love of my country leads me</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[141] = " 05/21/" + year
entryContent[141] = "<strong>Ardenter prosequor alis</strong>. <em>Eagerly I fly in winged pursuit</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[142] = " 05/22/" + year
entryContent[142] = "<strong>Anchora sit virtus</strong>. <em>Let excellence be our anchor</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[143] = " 05/23/" + year
entryContent[143] = "<strong>Avito vireo honore</strong>. <em>I flourish by the honor of my ancestors</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[144] = " 05/24/" + year
entryContent[144] = "<strong>Alis aspicio astra</strong>. <em>Rising on my wings, I gaze at the stars</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[145] = " 05/25/" + year
entryContent[145] = "<strong>In lumine luceam</strong>. <em>May I shine in the light</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[146] = " 05/26/" + year
entryContent[146] = "<strong>Nolo servile capistrum</strong>. <em>I refuse to wear the slave's halter</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[147] = " 05/27/" + year
entryContent[147] = "<strong>Periculum fortitudine evasi</strong>. <em>Through bravery, I have escaped danger</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[148] = " 05/28/" + year
entryContent[148] = "<strong>Nodos virtute resolvo</strong>. <em>I use my powers to untie knots</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[149] = " 05/29/" + year
entryContent[149] = "<strong>Delectat amor patriae</strong>. <em>The love of my country brings delight</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[150] = " 05/30/" + year
entryContent[150] = "<strong>Quam plurimis prodesse</strong>. <em>To help as many as possible</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[151] = " 05/31/" + year
entryContent[151] = "<strong>Mirandum naturae opus</strong>. <em>We should marvel at the works of nature</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[152] = " 06/01/" + year
entryContent[152] = "<strong>Omnia Providentiae committo</strong>. <em>I entrust all things to Providence</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[153] = " 06/02/" + year
entryContent[153] = "<strong>Aude et prevalebis</strong>. <em>Be bold, and you will prevail</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[154] = " 06/03/" + year
entryContent[154] = "<strong>Praevide, ne praeveniare</strong>. <em>Foresee so that you are not forestalled</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[155] = " 06/04/" + year
entryContent[155] = "<strong>Ad meliora vertamur</strong>. <em>Let us turn towards greater things</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[156] = " 06/05/" + year
entryContent[156] = "<strong>Nil desperandum est</strong>. <em>We should never despair</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[157] = " 06/06/" + year
entryContent[157] = "<strong>Spero et vivo</strong>. <em>I hope and I live</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[158] = " 06/07/" + year
entryContent[158] = "<strong>Sapere et tacere</strong>. <em>To be wise and keep silent</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[159] = " 06/08/" + year
entryContent[159] = "<strong>Noctes diesque praesto</strong>. <em>I am ready night and day</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[160] = " 06/09/" + year
entryContent[160] = "<strong>Tranquillam vitam agamus</strong>. <em>Let us live a quiet life</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[161] = " 06/10/" + year
entryContent[161] = "<strong>Curae cedit fatum</strong>. <em>Fate yields to carefulness</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[162] = " 06/11/" + year
entryContent[162] = "<strong>Virtus unita valet</strong>. <em>Power, when united, prevails</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[163] = " 06/12/" + year
entryContent[163] = "<strong>Sola iuvat virtus</strong>. <em>Excellence alone delights</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[164] = " 06/13/" + year
entryContent[164] = "<strong>Audito et gradito</strong>. <em>Listen, and proceed</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[165] = " 06/14/" + year
entryContent[165] = "<strong>Rosa petit caelum</strong>. <em>The rose seeks the sky</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[166] = " 06/15/" + year
entryContent[166] = "<strong>Tendo ad astra</strong>. <em>I head for the stars</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[167] = " 06/16/" + year
entryContent[167] = "<strong>Vigilo et spero</strong>. <em>I keep awake and I hope. </em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[168] = " 06/17/" + year
entryContent[168] = "<strong>In tempestate floresco</strong>. <em>I flourish in the storm. </em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[169] = " 06/18/" + year
entryContent[169] = "<strong>Pristinum spero lumen</strong>. <em>I hope for the original light</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[170] = " 06/19/" + year
entryContent[170] = "<strong>Vincam vel moriar</strong>. <em>I will conquer, or die</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[171] = " 06/20/" + year
entryContent[171] = "<strong>Luctor, at emergam</strong>. <em>I struggle, but I will rise up</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[172] = " 06/21/" + year
entryContent[172] = "<strong>Delectare in Domino</strong>. <em>To delight in the Lord</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[173] = " 06/22/" + year
entryContent[173] = "<strong>Iuvant arva parentum</strong>. <em>The fields of my family delight me</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[174] = " 06/23/" + year
entryContent[174] = "<strong>Deo duce, gloriamur</strong>. <em>With God as our guide, we obtain glory</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[175] = " 06/24/" + year
entryContent[175] = "<strong>In meliora spera</strong>. <em>Hope for better things</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[176] = " 06/25/" + year
entryContent[176] = "<strong>Utilem pete finem</strong>. <em>Seek an end that is useful</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[177] = " 06/26/" + year
entryContent[177] = "<strong>Respice, adspice, prospice</strong>. <em>Look back, look at, look ahead</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[178] = " 06/27/" + year
entryContent[178] = "<strong>Curre ut vincas</strong>. <em>Run in order to win</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[179] = " 06/28/" + year
entryContent[179] = "<strong>Premi, non opprimi</strong>. <em>To be pressed, not oppressed</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[180] = " 06/29/" + year
entryContent[180] = "<strong>Cubo et excubo</strong>. <em>I sleep and keep watch</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[181] = " 06/30/" + year
entryContent[181] = "<strong>In diem vivere</strong>. <em>To live for the day</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[182] = " 07/01/" + year
entryContent[182] = "<strong>Deo favente, florebo</strong>. <em>With God's favor, I will flourish</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[183] = " 07/02/" + year
entryContent[183] = "<strong>Occasio capienda est</strong>. <em>Seize the opportunity</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[184] = " 07/03/" + year
entryContent[184] = "<strong>Sit sine spina</strong>. <em>Let it be without thorns</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[185] = " 07/04/" + year
entryContent[185] = "<strong>Respice et prospice</strong>. <em>Look back, and look forward</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[186] = " 07/05/" + year
entryContent[186] = "<strong>Sub pondere cresco</strong>. <em>Beneath my burden, I grow</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[187] = " 07/06/" + year
entryContent[187] = "<strong>Ago officium tuum</strong>. <em>I do my job</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[188] = " 07/07/" + year
entryContent[188] = "<strong>Vincit percula virtus</strong>. <em>Excellence overcomes dangers</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[189] = " 07/08/" + year
entryContent[189] = "<strong>Dat cura commodum</strong>. <em>Carefulness bestows profit</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[190] = " 07/09/" + year
entryContent[190] = "<strong>Dum sedulo, prospero</strong>. <em>While I am careful, I prosper</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[191] = " 07/10/" + year
entryContent[191] = "<strong>Res crescunt concordia</strong>. <em>With harmony, things prosper</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[192] = " 07/11/" + year
entryContent[192] = "<strong>Nihil nimium cupio</strong>. <em>I desire nothing too much. </em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[193] = " 07/12/" + year
entryContent[193] = "<strong>Dum vigilo, tutus</strong>. <em>Safe, so long as I keep watch</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[194] = " 07/13/" + year
entryContent[194] = "<strong>Ducat amor Dei</strong>. <em>May the love of God lead us</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[195] = " 07/14/" + year
entryContent[195] = "<strong>Lumen caeleste sequamur</strong>. <em>Let us follow the heavenly light</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[196] = " 07/15/" + year
entryContent[196] = "<strong>Praesto et spero</strong>. <em>I do my duty and hope</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[197] = " 07/16/" + year
entryContent[197] = "<strong>Mihi parta tueri</strong>. <em>To safeguard what I have acquired</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[198] = " 07/17/" + year
entryContent[198] = "<strong>Virtus omnia vincit</strong>. <em>Excellence overcomes all things</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[199] = " 07/18/" + year
entryContent[199] = "<strong>In veritate triumpho</strong>. <em>In the truth, I triumph</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[200] = " 07/19/" + year
entryContent[200] = "<strong>Augeor, dum progedior</strong>. <em>As I go forward, I am made great</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[201] = " 07/20/" + year
entryContent[201] = "<strong>Permitte cetera divis</strong>. <em>Leave the rest to the gods</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[202] = " 07/21/" + year
entryContent[202] = "<strong>Dei sumus adiutores</strong>. <em>We are God's helpers</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[203] = " 07/22/" + year
entryContent[203] = "<strong>Cave! Deus videt</strong>. <em>Beware! God is watching</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[204] = " 07/23/" + year
entryContent[204] = "<strong>Constare in sententia</strong>. <em>To be steadfast in my opinion</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[205] = " 07/24/" + year
entryContent[205] = "<strong>Elige viam optimam</strong>. <em>Choose the best way</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[206] = " 07/25/" + year
entryContent[206] = "<strong>Favente Deo, supero</strong>. <em>With God's favor, I triumph</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[207] = " 07/26/" + year
entryContent[207] = "<strong>Ostendo, non ostento</strong>. <em>I show; I do not boast</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[208] = " 07/27/" + year
entryContent[208] = "<strong>Virtus omnia nobilitat</strong>. <em>Excellence ennobles all things</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[209] = " 07/28/" + year
entryContent[209] = "<strong>Animum ipse parabo</strong>. <em>I myself will supply the courage</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[210] = " 07/29/" + year
entryContent[210] = "<strong>Da et accipe</strong>. <em>Give and receive</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[211] = " 07/30/" + year
entryContent[211] = "<strong>Arma parata fero</strong>. <em>I carry arms in readiness</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[212] = " 07/31/" + year
entryContent[212] = "<strong>Verba rebus proba</strong>. <em>Test words with deeds</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[213] = " 08/01/" + year
entryContent[213] = "<strong>Audi, vide, sile</strong>. <em>Listen, look, and be silent</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[214] = " 08/02/" + year
entryContent[214] = "<strong>Meliora spero sequorque</strong>. <em>I hope for and pursue better things</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[215] = " 08/03/" + year
entryContent[215] = "<strong>Sapiens dominabitur astris</strong>. <em>A wise man will rule the stars</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[216] = " 08/04/" + year
entryContent[216] = "<strong>Legite et discite</strong>. <em>Read and learn</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[217] = " 08/05/" + year
entryContent[217] = "<strong>Deo fidens, proficio</strong>. <em>Trusting in God, I succeed</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[218] = " 08/06/" + year
entryContent[218] = "<strong>Rem omnem considera</strong>. <em>Consider the whole business</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[219] = " 08/07/" + year
entryContent[219] = "<strong>Fortunae cetera mando</strong>. <em>I consign the rest to luck. </em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[220] = " 08/08/" + year
entryContent[220] = "<strong>Domine, dirige nos</strong>. <em>Lord, direct us</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[221] = " 08/09/" + year
entryContent[221] = "<strong>Auream mediocritatem diligo</strong>. <em>I cherish the golden mean. </em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[222] = " 08/10/" + year
entryContent[222] = "<strong>Fac et spera</strong>. <em>Act and hope</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[223] = " 08/11/" + year
entryContent[223] = "<strong>Spe vires augentur</strong>. <em>Our powers are augmented by hope</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[224] = " 08/12/" + year
entryContent[224] = "<strong>Tempera te tempori</strong>. <em>Adapt yourself to the time</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[225] = " 08/13/" + year
entryContent[225] = "<strong>Sto pro veritate</strong>. <em>I stand firm for truth</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[226] = " 08/14/" + year
entryContent[226] = "<strong>Virtus semper valet</strong>. <em>Excellence always prevails</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[227] = " 08/15/" + year
entryContent[227] = "<strong>Virtus acquirit honorem</strong>. <em>Excellence acquires honor</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[228] = " 08/16/" + year
entryContent[228] = "<strong>Natura dictante, feror</strong>. <em>I am carried along at Nature's bidding</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[229] = " 08/17/" + year
entryContent[229] = "<strong>Nil veretur veritas</strong>. <em>Truth fears nothing</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[230] = " 08/18/" + year
entryContent[230] = "<strong>Tempus omnia monstrat</strong>. <em>Time reveals all things</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[231] = " 08/19/" + year
entryContent[231] = "<strong>Forti favet caelum</strong>. <em>Heaven favors the bold</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[232] = " 08/20/" + year
entryContent[232] = "<strong>Volabo ut requiescam</strong>. <em>I will soar so that I might rest</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[233] = " 08/21/" + year
entryContent[233] = "<strong>Mea mecum porto</strong>. <em>I carry what is mine with me</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[234] = " 08/22/" + year
entryContent[234] = "<strong>Accipe, redde, cave</strong>. <em>Receive, repay, be wary</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[235] = " 08/23/" + year
entryContent[235] = "<strong>Mente manuque praesto</strong>. <em>I am ready with mind and hand</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[236] = " 08/24/" + year
entryContent[236] = "<strong>Sequitur victoria fortes</strong>. <em>Victory follows the brave</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[237] = " 08/25/" + year
entryContent[237] = "<strong>Virtus insignit audentes</strong>. <em>Excellence adorns those who dare</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[238] = " 08/26/" + year
entryContent[238] = "<strong>Vive ut vivas</strong>. <em>Live so that you might live</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[239] = " 08/27/" + year
entryContent[239] = "<strong>Dum vivo, spero</strong>. <em>So long as I live, I hope</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[240] = " 08/28/" + year
entryContent[240] = "<strong>Adversa virtute repello</strong>. <em>Through excellence, I fight adversity</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[241] = " 08/29/" + year
entryContent[241] = "<strong>Ducor, non trahor</strong>. <em>I am led, not dragged</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[242] = " 08/30/" + year
entryContent[242] = "<strong>Sequor nec inferior</strong>. <em>I follow, but am not lowly</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[243] = " 08/31/" + year
entryContent[243] = "<strong>Honestum praetuli utili</strong>. <em>I have preferred honor to usefulness</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[244] = " 09/01/" + year
entryContent[244] = "<strong>Laboranti numen adest</strong>. <em>Divine power attends the man who works hard</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[245] = " 09/02/" + year
entryContent[245] = "<strong>Fluminis ritu ferimur</strong>. <em>We are carried along like a stream</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[246] = " 09/03/" + year
entryContent[246] = "<strong>Video alta sequorque</strong>. <em>I see and pursue lofty things</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[247] = " 09/04/" + year
entryContent[247] = "<strong>Migro et respicio</strong>. <em>I move away and look back</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[248] = " 09/05/" + year
entryContent[248] = "<strong>Suum cuique tribue</strong>. <em>Assign to each his own</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[249] = " 09/06/" + year
entryContent[249] = "<strong>Sola virtus triumphat</strong>. <em>Excellence alone triumphs</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[250] = " 09/07/" + year
entryContent[250] = "<strong>Vincit omnia veritas</strong>. <em>Truth conquers all</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[251] = " 09/08/" + year
entryContent[251] = "<strong>Sidus adsit amicum</strong>. <em>May my lucky star attend me</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[252] = " 09/09/" + year
entryContent[252] = "<strong>Crede et vince</strong>. <em>Believe and conquer</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[253] = " 09/10/" + year
entryContent[253] = "<strong>Auxiliante Deo, resurgo</strong>. <em>With God's help, I rise again</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[254] = " 09/11/" + year
entryContent[254] = "<strong>Spes durat avorum</strong>. <em>The hope of my ancestors endures</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[255] = " 09/12/" + year
entryContent[255] = "<strong>Miseris succurrere disco</strong>. <em>I learn how to give aid to those in need</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[256] = " 09/13/" + year
entryContent[256] = "<strong>Cautus semper viret</strong>. <em>The cautious man always flourishes</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[257] = " 09/14/" + year
entryContent[257] = "<strong>Virtus depressa resurget</strong>. <em>Excellence, though cast down, will rise again</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[258] = " 09/15/" + year
entryContent[258] = "<strong>Virtutem extendere factis</strong>. <em>To extend excellence with deeds</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[259] = " 09/16/" + year
entryContent[259] = "<strong>Pugno pro patria</strong>. <em>I fight for my country</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[260] = " 09/17/" + year
entryContent[260] = "<strong>Non deest spes</strong>. <em>There is no lack of hope</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[261] = " 09/18/" + year
entryContent[261] = "<strong>Nec aspera terrent</strong>. <em>Difficulties do not deter</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[262] = " 09/19/" + year
entryContent[262] = "<strong>Lucem amat virtus</strong>. <em>Excellence loves the light</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[263] = " 09/20/" + year
entryContent[263] = "<strong>Vulneror, non vincor</strong>. <em>I am wounded, not defeated</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[264] = " 09/21/" + year
entryContent[264] = "<strong>Contemno tuta procellas</strong>. <em>Safe, I scorn the storms</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[265] = " 09/22/" + year
entryContent[265] = "<strong>Dat Deus incrementum</strong>. <em>God gives increase</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[266] = " 09/23/" + year
entryContent[266] = "<strong>Secundat vera fides</strong>. <em>True faith brings prosperity</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[267] = " 09/24/" + year
entryContent[267] = "<strong>Omnia vincit labor</strong>. <em>Hard work overcomes all things</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[268] = " 09/25/" + year
entryContent[268] = "<strong>Credo et amo</strong>. <em>I believe and I love</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[269] = " 09/26/" + year
entryContent[269] = "<strong>Ite et videte</strong>. <em>Go and see</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[270] = " 09/27/" + year
entryContent[270] = "<strong>Luceo, non uro</strong>. <em>I shine; I do not burn</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[271] = " 09/28/" + year
entryContent[271] = "<strong>Serere ne dubites</strong>. <em>Do not hesitate to sow your harvest</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[272] = " 09/29/" + year
entryContent[272] = "<strong>Secundum naturam vivo</strong>. <em>I live according to nature. </em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[273] = " 09/30/" + year
entryContent[273] = "<strong>Esto semper fidelis</strong>. <em>Always be faithful</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[274] = " 10/01/" + year
entryContent[274] = "<strong>Viresco et surgo</strong>. <em>I flourish and rise up</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[275] = " 10/02/" + year
entryContent[275] = "<strong>Esse quam videri</strong>. <em>To be rather than to seem</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[276] = " 10/03/" + year
entryContent[276] = "<strong>Docete omnes gentes</strong>. <em>Teach all the peoples</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[277] = " 10/04/" + year
entryContent[277] = "<strong>Semper spero meliora</strong>. <em>I always hope for better things</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[278] = " 10/05/" + year
entryContent[278] = "<strong>Sine crimine fiat</strong>. <em>Let it be done without blame</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[279] = " 10/06/" + year
entryContent[279] = "<strong>Non aliunde pendere</strong>. <em>Not to depend on anything</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[280] = " 10/07/" + year
entryContent[280] = "<strong>Dum cresco, spero</strong>. <em>As I grow, I hope</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[281] = " 10/08/" + year
entryContent[281] = "<strong>Nulli inimicus ero</strong>. <em>I will be an enemy to no one</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[282] = " 10/09/" + year
entryContent[282] = "<strong>Animum fortuna sequitur</strong>. <em>Fortune follows courage</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[283] = " 10/10/" + year
entryContent[283] = "<strong>Dum spiramus, speramus</strong>. <em>While we breathe, we hope. </em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[284] = " 10/11/" + year
entryContent[284] = "<strong>Efficiunt claros studia</strong>. <em>Studies make us famous</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[285] = " 10/12/" + year
entryContent[285] = "<strong>Fides invicta triumphat</strong>. <em>Faith triumphs, undefeated</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[286] = " 10/13/" + year
entryContent[286] = "<strong>Perseverantia palmam obtinebit</strong>. <em>Persistence will obtain the palm of victory</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[287] = " 10/14/" + year
entryContent[287] = "<strong>Imitari quam invidere</strong>. <em>To imitate rather than to envy</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[288] = " 10/15/" + year
entryContent[288] = "<strong>Aude aliquid dignum</strong>. <em>Dare something worthy</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[289] = " 10/16/" + year
entryContent[289] = "<strong>Ius meum tuebor</strong>. <em>I will safeguard my rights</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[290] = " 10/17/" + year
entryContent[290] = "<strong>Memento semper finis</strong>. <em>Always keep the goal in mind</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[291] = " 10/18/" + year
entryContent[291] = "<strong>Da dextram misero</strong>. <em>Reach out your right hand to the unfortunate</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[292] = " 10/19/" + year
entryContent[292] = "<strong>Obdurandum adversus urgentia</strong>. <em>We must stand firm against oppression</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[293] = " 10/20/" + year
entryContent[293] = "<strong>Aspice et imitare</strong>. <em>Look and imitate</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[294] = " 10/21/" + year
entryContent[294] = "<strong>Ex urna resurgam</strong>. <em>I shall rise up again from the funeral urn</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[295] = " 10/22/" + year
entryContent[295] = "<strong>Leges iuraque serva</strong>. <em>Preserve the laws and the rights</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[296] = " 10/23/" + year
entryContent[296] = "<strong>Exitus acta probat</strong>. <em>The outcome commends our actions</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[297] = " 10/24/" + year
entryContent[297] = "<strong>Eo, Christo duce</strong>. <em>I go with Christ as my guide</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[298] = " 10/25/" + year
entryContent[298] = "<strong>Post virtutem curro</strong>. <em>I run in pursuit of excellence</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[299] = " 10/26/" + year
entryContent[299] = "<strong>Vive in diem</strong>. <em>Live for the day</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[300] = " 10/27/" + year
entryContent[300] = "<strong>Virtus invicta viget</strong>. <em>Excellence flourishes, unconquered</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[301] = " 10/28/" + year
entryContent[301] = "<strong>Virtute acquiritur honos</strong>. <em>Honor is acquired by excellence</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[302] = " 10/29/" + year
entryContent[302] = "<strong>In ardua nitor</strong>. <em>I strive against difficulties</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[303] = " 10/30/" + year
entryContent[303] = "<strong>In horam vivo</strong>. <em>I live for the moment. </em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[304] = " 10/31/" + year
entryContent[304] = "<strong>Honorantes me honorabo</strong>. <em>I will honor those who honor me</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[305] = " 11/01/" + year
entryContent[305] = "<strong>Timor omnis abesto</strong>. <em>Away with all fear</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[306] = " 11/02/" + year
entryContent[306] = "<strong>Agite pro viribus</strong>. <em>Act according to your power</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[307] = " 11/03/" + year
entryContent[307] = "<strong>Spernit pericula virtus</strong>. <em>Excellence scorns danger</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[308] = " 11/04/" + year
entryContent[308] = "<strong>Virtus incendit vires</strong>. <em>Excellence kindles our powers</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[309] = " 11/05/" + year
entryContent[309] = "<strong>Ut sim paratior</strong>. <em>In order that I might be better prepared</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[310] = " 11/06/" + year
entryContent[310] = "<strong>Tolerandum et sperandum</strong>. <em>We must endure and hope</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[311] = " 11/07/" + year
entryContent[311] = "<strong>Quae prosunt sequor</strong>. <em>I pursue things that are useful</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[312] = " 11/08/" + year
entryContent[312] = "<strong>Semper virescit virtus</strong>. <em>Excellence always flourishes</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[313] = " 11/09/" + year
entryContent[313] = "<strong>Fidem meam servabo</strong>. <em>I will preserve my faith</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[314] = " 11/10/" + year
entryContent[314] = "<strong>Dat cura quietem</strong>. <em>Carefulness bestows quiet</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[315] = " 11/11/" + year
entryContent[315] = "<strong>Excitari, non hebescere</strong>. <em>To be excited, not apathetic</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[316] = " 11/12/" + year
entryContent[316] = "<strong>Aequo pede propera</strong>. <em>Hurry at an even pace</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[317] = " 11/13/" + year
entryContent[317] = "<strong>Ad maiora veniamus</strong>. <em>Let us go toward greater things</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[318] = " 11/14/" + year
entryContent[318] = "<strong>Beneficiorum meminisse debemus</strong>. <em>We should remember the favors done for us</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[319] = " 11/15/" + year
entryContent[319] = "<strong>Optima est veritas</strong>. <em>Truth is best</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[320] = " 11/16/" + year
entryContent[320] = "<strong>Accipe daque fidem</strong>. <em>Accept loyalty, and give it</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[321] = " 11/17/" + year
entryContent[321] = "<strong>Deo fortunaeque committo</strong>. <em>I trust in God and luck. </em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[322] = " 11/18/" + year
entryContent[322] = "<strong>Cura dat victoriam</strong>. <em>Carefulness bestows victory</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[323] = " 11/19/" + year
entryContent[323] = "<strong>Dum spiro, spero</strong>. <em>While I breathe, I hope</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[324] = " 11/20/" + year
entryContent[324] = "<strong>Fama perennis erit</strong>. <em>Our fame will be everlasting</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[325] = " 11/21/" + year
entryContent[325] = "<strong>Ora et labora</strong>. <em>Pray and work hard</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[326] = " 11/22/" + year
entryContent[326] = "<strong>Iuvant aspera fortes</strong>. <em>Difficulties delight the brave</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[327] = " 11/23/" + year
entryContent[327] = "<strong>Sub umbra quiescam</strong>. <em>I will rest in the shade</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[328] = " 11/24/" + year
entryContent[328] = "<strong>Terrena pericula sperno</strong>. <em>I reject earthly things</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[329] = " 11/25/" + year
entryContent[329] = "<strong>Conserva me, Domine</strong>. <em>Lord, preserve me</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[330] = " 11/26/" + year
entryContent[330] = "<strong>Dare quam accipere</strong>. <em>To give rather than to receive</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[331] = " 11/27/" + year
entryContent[331] = "<strong>Nulli nimium credite</strong>. <em>Trust no one too much</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[332] = " 11/28/" + year
entryContent[332] = "<strong>Nemo solus sapit</strong>. <em>No one is wise by himself</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[333] = " 11/29/" + year
entryContent[333] = "<strong>Ratione vivendum est</strong>. <em>Live according to reason</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[334] = " 11/30/" + year
entryContent[334] = "<strong>Sustineo, nec fatisco</strong>. <em>I provide support and do not grow tired</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[335] = " 12/01/" + year
entryContent[335] = "<strong>Flecti, non frangi</strong>. <em>To bend, not to break</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[336] = " 12/02/" + year
entryContent[336] = "<strong>Tempus fugit, utere</strong>. <em>Time flies; make use of it</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[337] = " 12/03/" + year
entryContent[337] = "<strong>Avito evehor honore</strong>. <em>I am borne up by ancestral honor</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[338] = " 12/04/" + year
entryContent[338] = "<strong>Confido, non confundar</strong>. <em>I am confident, I will not be confused</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[339] = " 12/05/" + year
entryContent[339] = "<strong>Deus me audit</strong>. <em>God hears me</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[340] = " 12/06/" + year
entryContent[340] = "<strong>Dum vivo, spero</strong>. <em>While I live, I hope</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[341] = " 12/07/" + year
entryContent[341] = "<strong>Video et taceo</strong>. <em>I watch and keep silent</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[342] = " 12/08/" + year
entryContent[342] = "<strong>Virtutem sequitur fama</strong>. <em>Reputation follows excellence</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[343] = " 12/09/" + year
entryContent[343] = "<strong>Sapiens non eget</strong>. <em>The wise man does not lack anything</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[344] = " 12/10/" + year
entryContent[344] = "<strong>Dum vixi, lusi</strong>. <em>While I lived, I played</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[345] = " 12/11/" + year
entryContent[345] = "<strong>Antiquum assero decus</strong>. <em>I lay claim to ancient honor</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[346] = " 12/12/" + year
entryContent[346] = "<strong>Miscui utile dulci</strong>. <em>I have mixed the useful with the sweet</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[347] = " 12/13/" + year
entryContent[347] = "<strong>Deus adiuvat nos</strong>. <em>God helps us</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[348] = " 12/14/" + year
entryContent[348] = "<strong>Virtus probata florescit</strong>. <em>Excellence, having been tested, flourishes</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[349] = " 12/15/" + year
entryContent[349] = "<strong>Vivamus atque amemus</strong>. <em>Let us live and love</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[350] = " 12/16/" + year
entryContent[350] = "<strong>Sola virtus nobilitat</strong>. <em>Excellence alone ennobles</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[351] = " 12/17/" + year
entryContent[351] = "<strong>Fac aut tace</strong>. <em>Do, or be silent</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[352] = " 12/18/" + year
entryContent[352] = "<strong>Certa bonum certamen</strong>. <em>Fight the good fight</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[353] = " 12/19/" + year
entryContent[353] = "<strong>Ad astra sequor</strong>. <em>I reach for the stars</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[354] = " 12/20/" + year
entryContent[354] = "<strong>Tenax propositi, vinco</strong>. <em>Firm in purpose, I conquer</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[355] = " 12/21/" + year
entryContent[355] = "<strong>Crescam ut prosim</strong>. <em>I will grow so that I can do good</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[356] = " 12/22/" + year
entryContent[356] = "<strong>Quod potes, tenta</strong>. <em>Try what you are able to do</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[357] = " 12/23/" + year
entryContent[357] = "<strong>Mens immota manet</strong>. <em>My mind remains unmoved</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[358] = " 12/24/" + year
entryContent[358] = "<strong>Pareo, non servio</strong>. <em>I obey; I do not serve. </em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[359] = " 12/25/" + year
entryContent[359] = "<strong>Famam extendere factis</strong>. <em>To extend reputation with deeds</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[360] = " 12/26/" + year
entryContent[360] = "<strong>Mutare fidem nescio</strong>. <em>I do not know how to break faith</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[361] = " 12/27/" + year
entryContent[361] = "<strong>Nemo sibi nascitur</strong>. <em>No one is born for himself alone</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[362] = " 12/28/" + year
entryContent[362] = "<strong>Iuvant aspera probum</strong>. <em>Difficulties delight an honest man</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[363] = " 12/29/" + year
entryContent[363] = "<strong>Timor omnis abest</strong>. <em>All fear is absent</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[364] = " 12/30/" + year
entryContent[364] = "<strong>Virtute me involvo</strong>. <em>I wrap myself in excellence</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

entryDate[365] = " 12/31/" + year
entryContent[365] = "<strong>Ad finem spero</strong>. <em>I hope until the end</em>. (<a target=\"_blank\" href=\"http://widgets.bestmoodle.net/scripts/motto3v.htm\">motto</a>)"

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)
