<!-- Original:  George Chuang -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
theDate= new Date();
var day = theDate.getDate();
var year = theDate.getYear();
year = (year < 2000) ? year + 1900 : year;
var textdate =  theDate.getDate() + '/' + (theDate.getMonth() + 1) + '/' + year;

var numquotes = 31;
quotes = new Array(numquotes+1);
quotes[1] = "woolgathering \WOOL-gath-(uh)-ring\, noun: Indulgence in idle daydreaming.";
quotes[2] = "ab ovo \ab-OH-voh\, adverb: From the beginning.";
quotes[3] = "pin money, noun: Money for incidental expenses; A trivial sum.";
quotes[4] = "delectation \dee-lek-TAY-shun\, noun: Great pleasure; delight, enjoyment.";
quotes[5] = "misprize \mis-PRYZ\, transitive verb: To hold in contempt; To undervalue";
quotes[6] = "peccant \PEK-unt\, adjective: Sinning; guilty of transgression; Violating a rule or a principle.";
quotes[7] = "agon \AH-gahn; ah-GOHN\, noun: A struggle/contest; conflict; especially between the protagonist & antagonist in a literary work.";
quotes[8] = "tete-a-tete \TAYT-uh-TAYT; TET-uh-TET\, adjective: Private; confidential; familiar.";
quotes[9] = "ludic \LOO-dik\, adjective: Of or relating to play; characterized by play; playful.";
quotes[10] = "collegial \kuh-LEE-jee-uhl; -juhl\, adjective: Characterized by/having authority or responsibility shared equally by each of a group of colleagues.";
quotes[11] = "errant \AIR-uhnt\, adjective: Wandering; especially in search of adventure; Deviating from an appointed course; straying.";
quotes[12] = "congeries \KON-juh-reez\, noun (singular and plural): A collection; an aggregation.";
quotes[13] = "quisling \KWIZ-ling\, noun: Someone  who  collaborates  with an enemy occupying his or her country; a traitor.";
quotes[14] = "nolens volens \NO-lenz-VO-lenz\: Whether unwilling or willing.";
quotes[15] = "refractory \rih-FRAK-tuh-ree\, adjective: Stubbornly disobedient; unmanageable; Resisting ordinary treatment or cure.";
quotes[16] = "woolgathering \WOOL-gath-(uh)-ring\, noun: Indulgence in idle daydreaming.";
quotes[17] = "ab ovo \ab-OH-voh\, adverb: From the beginning.";
quotes[18] = "pin money, noun: Money for incidental expenses; A trivial sum.";
quotes[19] = "delectation \dee-lek-TAY-shun\, noun: Great pleasure; delight, enjoyment.";
quotes[20] = "misprize \mis-PRYZ\, transitive verb: To hold in contempt; To undervalue";
quotes[21] = "peccant \PEK-unt\, adjective: Sinning; guilty of transgression; Violating a rule or a principle.";
quotes[22] = "agon \AH-gahn; ah-GOHN\, noun: A struggle/contest; conflict; especially between the protagonist & antagonist in a literary work.";
quotes[23] = "tete-a-tete \TAYT-uh-TAYT; TET-uh-TET\, adjective: Private; confidential; familiar.";
quotes[24] = "ludic \LOO-dik\, adjective: Of or relating to play; characterized by play; playful.";
quotes[25] = "collegial \kuh-LEE-jee-uhl; -juhl\, adjective: Characterized by/having authority or responsibility shared equally by each of a group of colleagues.";
quotes[26] = "errant \AIR-uhnt\, adjective: Wandering; especially in search of adventure; Deviating from an appointed course; straying.";
quotes[27] = "congeries \KON-juh-reez\, noun (singular and plural): A collection; an aggregation.";
quotes[28] = "quisling \KWIZ-ling\, noun: Someone  who  collaborates  with an enemy occupying his or her country; a traitor.";
quotes[29] = "nolens volens \NO-lenz-VO-lenz\: Whether unwilling or willing.";
quotes[30] = "refractory \rih-FRAK-tuh-ree\, adjective: Stubbornly disobedient; unmanageable; Resisting ordinary treatment or cure.";
quotes[31] = "nolens volens \NO-lenz-VO-lenz\: Whether unwilling or willing.";

document.write('<center><b>Word of the day</b><br>' + quotes[day] + '<br></center>');
//  End -->