
var numberOfImages = 42;
var thisImage = Math.floor(numberOfImages * Math.random()) + 1;

