
<!-- Begin
theDate= new Date();
var day = theDate.getDate();
var year = theDate.getYear();
year = (year < 2000) ? year + 1900 : year;
var textdate = (theDate.getMonth() + 1) + '/' + theDate.getDate() + '/' + year;

var numquotes = 31;
quotes = new Array(numquotes+1);
quotes[1] = "<b>aardwolf</b>: (n) striped, hyena-type mammal found in South Africa";
quotes[2] = "<b>tabula rasa</b>: (n) meaning 'smoothed tablet'; a condition of the mind free of ideas and impressions";
quotes[3] = "<b>saffian</b>: (n) brightly-coloured goatskin or sheepskin leather";
quotes[4] = "<b>acephalous</b>: (adj) lacking a head or a leader";
quotes[5] = "<b>tumblehome</b>: (n) inward curve of a ship's side near the stern";
quotes[6] = "<b>vaginate</b>: (a) sheathed.";
quotes[7] = "<b>sacral</b>: (a) pertaining to sacrum; pertaining to sacred rites";
quotes[8] = "<b>tazza</b>: (n) cup with saucer-shaped bowl on a pedestal";
quotes[9] = "<b>zwitterion</b>: (n) ion charged both positively and negatively";
quotes[10] = "<b>verecund</b>: (a) shy";
quotes[11] = "<b>taiga</b>: (n) subartic, coniferous, forest";
quotes[12] = "<b>ventricumbent</b: (a) lying on front.";
quotes[13] = "<b>salacious</b>: (a) obscene; lascivious. salacity";
quotes[14] = "<b>salicaceous</b>: (a) pertaining to or like a willow; belonging to the willow family of plants";
quotes[16] = "<b>tetraplegia</b>: (n) paralysis of all four limbs";
quotes[17] = "<b>palingenesis</b>: (n) resuscitation; rebirth; metempsychosis; exact reproduction of ancestral characteristics";
quotes[18] = "<b>fabaceous</b>: (a) like a bean.";
quotes[19] = "<b>acrasy</b>: (n) anarchy, disorder, obsolete";
quotes[20] = "<b>hageen</b>:(n) dromedary.";
quotes[21] = "<b>panada</b>: (n) sauce base made from flour or bread crumbs plus water or stock";
quotes[22] = "<b>tazza</b>: (n) cup with saucer-shaped bowl on a pedestal";
quotes[23] = "<b>taiga</b>: (n) subartic, coniferous, forest";
quotes[24] = "<b>abaculus</b>: (n) small tile used in mosaics";
quotes[25] = "<b>fabaceous</b>: (a) like a bean.";
quotes[26] = "<b>ventricumbent</b>: (a) lying on front.";
quotes[27] = "<b>palingenesis</b>: (n) resuscitation; rebirth; metempsychosis; exact reproduction of ancestral characteristics";
quotes[28] = "<b>salacious</b>: (a) obscene; lascivious. salacity";
quotes[29] = "<b>zwitterion</b>: (n) ion charged both positively and negatively";
quotes[30] = "<b>sacral</b>: (a) pertaining to sacrum; pertaining to sacred rites";
quotes[31] = "<b>abapical</b>: (adj) at a lowest point";

document.write('<b>Vocabulary Word</b><br>');
document.write('<i>' + quotes[day] + '</i><br>');
//  End -->



