function randomImg(arr){
	return arr[Math.floor(Math.random()*arr.length)];
}
