function getRandomArrayElementKey(arrayFrom)
{
	return Math.floor(Math.random() * arrayFrom.length);
}