function randomEntry {
	var randomnumber=Math.floor(Math.random()*11);
	myClass = "random"+randomnumber;
}
