<!-- ;


function Herbs()

{

var rana = Math.floor(Math.random()*20)
var ranb = Math.floor(Math.random()*48)
var ranc = Math.floor(Math.random()*35)


a = new Array(20)
a[0] = "Common "
a[1] = "Garden "
a[2] = "Wild "
a[3] = "Black "
a[4] = "Green "
a[5] = "White "
a[6] = "Dyer's "
a[7] = "Tree "
a[8] = "Sweet "
a[9] = "Native "
a[10] = "Silver "
a[11] = "Golden  "
a[12] = "Sweet "
a[13] = " "
a[14] = " "
a[15] = " "
a[16] = " "
a[17] = " "
a[18] = " "
a[19] = " "


b  = new Array(48)
b[0] = "Horse"
b[1] = "Dog"
b[2] = "Cat"
b[3] = "Rose"
b[4] = "Fever"
b[5] = "Lung"
b[6] = "Heart"
b[7] = "Worm"
b[8] = "Goats"
b[9] = "Blood"
b[10] = "Head"
b[11] = "Dragon"
b[12] = "Lemon"
b[13] = "Cow"
b[14] = "Land"
b[15] = "Love"
b[16] = "Colts"
b[17] = "Hore"
b[18] = "Curly"
b[19] = "Small"
b[20] = "Iron"
b[21] = "Spear"
b[22] = "Mother"
b[23] = "Pepper"
b[24] = "Light"
b[25] = "Dark"
b[26] = "Maiden"
b[27] = "Hand"
b[28] = "Money"
b[29] = "Red"
b[30] = "Self"
b[31] = "Wall"
b[32] = "Lady"
b[33] = "Lion"
b[34] = "Wolf"
b[35] = "Hys"
b[36] = "Cara"
b[37] = "Valer"
b[38] = "Chamo"
b[39] = "Berga"
b[40] = "El"
b[41] = "Chic"
b[42] = "Lov"
b[43] = "Tan"
b[44] = "Tri"
b[45] = "Mar"
b[46] = "Bella"
b[47] = "Dai"


c  = new Array(35)
c[0] = "mint"
c[1] = "mint"
c[2] = "mile"
c[3] = "balm"
c[4] = "wort"
c[5] = "wort"
c[6] = "wort"
c[7] = "few"
c[8] = "wood"
c[9] = "sy"
c[10] = "bane"
c[11] = "bane"
c[12] = "ease"
c[13] = "mot"
c[14] = "slip"
c[15] = "ely"
c[16] = "radish"
c[17] = "lion"
c[18] = "ory"
c[19] = "age"
c[20] = "mantle"
c[21] = "cress"
c[22] = "heal"
c[23] = "bay"
c[24] = "rocket"
c[25] = "flower"
c[26] = "root"
c[27] = "flower"
c[28] = "root"
c[29] = "leaf"
c[30] = " Thyme"
c[31] = " Daisy"
c[32] = " Lily"
c[33] = "heal"
c[34] = "ease"


document.names.herbs.value  = a[rana] + b[ranb] + c[ranc]
}


// end hide -->


