// Today's Word script by Julie "Bean" Jones (webmaster for scrabblejunction.org)

var bingo = new Array();
Stamp = new Date();
today = Stamp.getDate();

bingo[1] = "ACICULA n pl. -LAS or -LAE a needlelike part or process, used to describe life forms or minerals ACICULAR adj";
bingo[2] = "AGALLOCH n pl. -S a soft, fragrant wood whose resin is sometimes burned for its perfume AGALWOOD EAGLEWOOD";
bingo[3] = "AMYGDALE n pl. -S a small gas bubble in lava AMYGDULE";
bingo[4] = "BLINKARD n pl. -S one who habitually blinks";
bingo[5] = "CATECHOL n pl. -S a chemical used in photography";
bingo[6] = "CLARKIA n pl. -S an annual herb bearing red, purple, pink, or white flowers";
bingo[7] = "DEHISCE v -HISCED, -HISCING, -HISCES to split open, discharging seeds, pollen, or other contents, as the ripe capsules or pods of some plants";
bingo[8] = "DEODAND n pl. -S property forfeited to the crown under a former English law";
bingo[9] = "DIPTYCH n pl. -S an ancient writing tablet DIPTYCA";
bingo[10] = "DITHIOL adj containing two chemical groups both of which include sulfur and hydrogen";
bingo[11] = "GENIPAP n pl. -S a tropical American evergreen tree which bears edible fruits used in preserves or drinks";
bingo[12] = "KICKSHAW n pl. -S a trifle or trinket";
bingo[13] = "LONGSPUR n pl. -S a long-clawed finch";
bingo[14] = "MAHOUT n pl. -S the keeper and driver of an elephant";
bingo[15] = "MAIASAUR n pl. -S an herbivorous dinosaur";
bingo[16] = "MIHRAB n pl. -S a niche in a mosque";
bingo[17] = "OMOPHAGY n pl. -GIES the eating of raw flesh";
bingo[18] = "PFENNIG n pl. -NIGS or -NIGE a formerly used bronze coin of Germany";
bingo[19] = "PIROZHOK n pl. -ROZHKI, -ROSHKI or -ROJKI a small Russian pastry";
bingo[20] = "RHAMNUS n pl. -ES a genus of shrubs and small trees, buckthorn";
bingo[21] = "SCHLOCK n pl. -S inferior merchandise SHLOCK adj SCHLOCKY of inferior quality";
bingo[22] = "SRADHA n pl. -S a Hindu ceremonial offering SRADDHA";
bingo[23] = "SYRETTE n pl. -S a small tube fitted with a hypodermic needle containing a single dose of medication";
bingo[24] = "TAKAHE n pl. -S an almost extinct flightless bird of New Zealand";
bingo[25] = "TEIGLACH n pl. TEIGLACH a confection consisting of balls of dough boiled in honey";
bingo[26] = "THIOTEPA n pl. -S a chemical compound used to treat certain malignant tumors";
bingo[27] = "TIMOLOL n pl. -S a drug used to treat glaucoma";
bingo[28] = "TUBULURE n pl. -S a short tubular opening";
bingo[29] = "UNCINATE adj bent at the end like a hook";
bingo[30] = "VARIORUM n pl. -S an edition containing various versions of a text";
bingo[31] = "VOLPLANE v -PLANED, -PLANING, -PLANES to glide in an airplane";

function writeDaily() { 
document.write(bingo[today]);
}

// Today's Word script by Julie "Bean" Jones (webmaster for scrabblejunction.org)
