

// script to generate random images
var ranNum = (Math.floor(Math.random() * 5)) + 1;  
var choice = ranNum;

var ranNum2 = (Math.floor(Math.random() * 5)) + 1;  
var choice2 = ranNum2;