// Weird Word script by Julie "Bean" Jones (webmaster for scrabblejunction.org)

var num=1
text1 = "AGUACATE n pl. -S an avocado"
text2 = "DRYASDUST n pl. -S a dull, pedantic speaker or writer"
text3 = "ENFEOFF v -ED, -ING, -S to invest with a feudal estate INFEOFF"
text4 = "GUAIACOL n pl. -S a chemical compound used in medicine chiefly as a local anesthetic or as an expectorant"
text5 = "KOKANEE n pl. -S a food fish, sockeye salmon"
text6 = "MAZAEDIA n/pl spore-producing organs of certain lichens"
text7 = "OCOTILLO n pl. -LOS a Mexican shrub having clusters of scarlet tubular flowers"
text8 = "PIASSAVA n pl. -S a coarse, stiff fiber of South America, used for making mats, brooms, etc. PIASAVA"
text9 = "PRETERIT n pl. -S a past tense in grammar"
text10 = "RITONAVIR n pl. -S an antiviral protease inhibitor used to treat HIV infection and AIDS"
text11 = "SHUNPIKE v -PIKED, -PIKING, -PIKES to travel on side roads to avoid expressways"
text12 = "SKIAGRAM n pl. -S a picture made up of shadows or outlines"

function slideshowUp()
{
num=num+1
if (num==13)
{num=1}
document.beans.rock.value=eval("text"+num)
}

function slideshowBack()
{
num=num-1
if (num==0)
{num=12}
document.beans.rock.value=eval("text"+num)
}

// Weird Word script by Julie "Bean" Jones (webmaster for scrabblejunction.org)
 








