function getTableH() {
	i=Math.floor(Math.random()*tableH.length)
	return tableH[i]
}

tableH=new Array()
tableH[tableH.length]="amber"
tableH[tableH.length]="bronze"
tableH[tableH.length]="copper"
tableH[tableH.length]="diamond"
tableH[tableH.length]="emerald"
tableH[tableH.length]="gold"
tableH[tableH.length]="iron"
tableH[tableH.length]="jade"
tableH[tableH.length]="ruby"
tableH[tableH.length]="sapphire"
tableH[tableH.length]="silver"
tableH[tableH.length]="steel"
