// Today's Word script by Julie "Bean" Jones (webmaster for scrabblejunction.org)

var bingo = new Array();
Stamp = new Date();
today = Stamp.getDate();

bingo[1] = "ATENOLOL n pl. -S a drug to treat hypertension";
bingo[2] = "BIDARKA n pl. -S a sealskin boat used by Aleuts and southern Alaskan Eskimos";
bingo[3] = "BOBBINET n pl. -S a machine-made net of hexagonal lace";
bingo[4] = "BUHL n pl. -S elaborate inlaid work of woods, metals, tortoiseshell, ivory, a style of furniture decoration";
bingo[5] = "CAIQUE n pl. -S a long, narrow rowboat used on the Bosporus strait";
bingo[6] = "CIBORIUM n pl. -RIA a vessel for holding holy bread";
bingo[7] = "DARSHAN n pl. -S a Hindu blessing";
bingo[8] = "FLACKERY n pl. -ERIES publicity and promotion, also an advertising agency";
bingo[9] = "FLINKITE n pl. -S greenish-brown mineral composed of basic manganese arsenate, occurring in feathery forms";
bingo[10] = "GARDYLOO interj a warning cry, formerly used in Scotland to warn pedestrians when slops were about to be thrown from an upstairs window";
bingo[11] = "GEMSBOK n pl. -S a large antelope of southern and eastern Africa, having long, straight horns and a long, tufted tail";
bingo[12] = "GOBSHITE n pl. -S a mean and contemptible person, a braggart";
bingo[13] = "GOLCONDA n pl. -S a rich mine or other source of great wealth";
bingo[14] = "HANSE n pl. -S a medieval guild of merchants";
bingo[15] = "HYDRAGOG n pl. -S a purgative causing watery discharges";
bingo[16] = "KARAKUL n pl. -S one of an Asian breed of sheep having curly fleece that is black in the young and brown or gray in the adult";
bingo[17] = "KEGLING n pl. -S the sport of bowling";
bingo[18] = "LATILLA n pl. -S a peeled branch or piece of wood laid between beams of a ceiling for decoration";
bingo[19] = "MANTICORE n pl. -S a legendary monster with a man's head, horns, a lion's body, and the tail of a dragon or, sometimes, a scorpion";
bingo[20] = "MENINX n pl. MENINGES any of the membranes enclosing the brain and spinal cord";
bingo[21] = "MONERAN n pl. -S a cellular organism that does not have a distinct nucleus";
bingo[22] = "OQUASSA n pl. -S a small, dark-blue brook trout of Maine";
bingo[23] = "OXYPHILE n pl. -S an organism that thrives in a relatively acid environment";
bingo[24] = "POLYMATH n pl. -S a person of great and varied learning";
bingo[25] = "RIFLIP n pl. -S RFLP (Restriction Fragment Length Polymorphism), describes a specific type of DNA fragment";
bingo[26] = "SHELTA n pl. -S an esoteric jargon of Gaelic";
bingo[27] = "SNAFFLE v -FLED, -FLING, -FLES to obtain by devious means";
bingo[28] = "TUYERE n pl. -S a pipe through which air is forced into a blast furnace";
bingo[29] = "UROPYGIA the humps from which birds' tail feathers grow UROPYGIAL adj";
bingo[30] = "VAGILITY n pl. VAGILITIES the ability of an organism to move about freely and migrate";
bingo[31] = "VETIVER n pl. -S the long, fibrous, aromatic roots of an East Indian grass, used for making hangings and screens and also in perfumery";

function writeDaily() { 
document.write(bingo[today]);
}

// Today's Word script by Julie "Bean" Jones (webmaster for scrabblejunction.org)

