<!-- ;


function StupidThing()

{

var rana = Math.floor(Math.random()*30)
var ranb = Math.floor(Math.random()*20)
var ranc = Math.floor(Math.random()*27)


a = new Array(30)
a[0] = "Black"
a[1] = "Blue"
a[2] = "Box"
a[3] = "Butter"
a[4] = "Dead"
a[5] = "Dog"
a[6] = "Goat"
a[7] = "Gold"
a[8] = "Golden"
a[9] = "Hawk"
a[10] = "Honey"
a[11] = "Horse"
a[12] = "Lace"
a[13] = "Lady"
a[14] = "Long"
a[15] = "Paper"
a[16] = "Rain"
a[17] = "Stick"
a[18] = "Red"
a[19] = "River "
a[20] = "Rose"
a[21] = "Serpent"
a[22] = "She"
a[23] = "Silver"
a[24] = "Snow"
a[25] = "Sour"
a[26] = "Suger"
a[27] = "Water"
a[28] = "White"
a[29] = "Wild"


b  = new Array(20)
b[0] = "Thornless "
b[1] = "Common "
b[2] = "Field "
b[3] = "Giant "
b[4] = "Mountain "
b[5] = "Northern "
b[6] = "Southern "
b[7] = "Eastern "
b[8] = "Western "
b[9] = "Fallen "
b[10] = "Twisted "
b[11] = "Weeping "
b[12] = " "
b[13] = " "
b[14] = " "
b[15] = " "
b[16] = " "
b[17] = " "
b[18] = " "
b[19] = " "
b[20] = " "
b[21] = " "
b[22] = " "
b[23] = " "
b[24] = " "
b[25] = " "
b[26] = " "
b[27] = " "
b[28] = " "


c  = new Array(27)
c[0] = " Apple"
c[1] = " Ash"
c[2] = " Birch"
c[3] = " Cedar"
c[4] = " Cherry"
c[5] = " Cypress"
c[6] = " Elm"
c[7] = " Fir"
c[8] = " Holly"
c[9] = " Maple"
c[10] = " Oak"
c[11] = " Pine"
c[12] = " Poplar"
c[13] = " Spruce"
c[14] = " Willom"
c[15] = "wood"
c[16] = "bark"
c[17] = "leaf"
c[18] = "lock"
c[19] = "nut"
c[20] = "berry"
c[21] = "tree"
c[22] = "nut"
c[23] = "thorn"
c[24] = "wood"
c[25] = "bark"
c[26] = "leaf"

document.names.stupidthing.value  = b[ranb] + a[rana] +  c[ranc] 

}


// end hide -->


