// Weird Word script by Julie "Bean" Jones (webmaster for scrabblejunction.org)

var num=1
text1 = "BERIMBAU n pl. -S a Brazilian musical instrument"
text2 = "GORGERIN n pl. -S the neckline portion of a capital of a column, or a feature forming the junction between a shaft and its capital"
text3 = "KOUPREY n pl. -PREYS a wild ox of Laos and Cambodia"
text4 = "MISTEUK n a past tense of mistake"
text5 = "MONARDA n pl. -S horsemint (also bergamot) any mint-like North American plant of the genus Monarda"
text6 = "NELUMBO n pl. -BOS an aquatic herb (lotus or water chinquapin)"
text7 = "PROBANG n pl. -S a long flexible, surgical rod, often with a small sponge at one end, for inserting into the oesophagus, as to apply medication"
text8 = "PRURIGO n pl. -GOS a skin condition characterized by itching papules"
text9 = "ROMAJI n pl. -S a system of transliterating Japanese into the Latin alphabet"
text10 = "SHWANPAN n pl. -S a Chinese abacus SWANPAN"
text11 = "SIMOOM n pl. -S a hot, dry desert wind SAMIEL SIMOON"
text12 = "THALWEG n pl. -S the line defining the lowest points along the length of a river bed"

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)
 







