function getRandom(max) { return Math.floor(Math.random() * Math.floor(max)); } var i = getRandom(im1.length);