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

