Site is under construction
Please bear with me as I work on setting something new up in this space.
--D
function randomImg(){
var randomNumber = Math.floor(Math.random() * 12) + 1;
var imgName = "img_" + randomNumber + ".jpg";
document.getElementById("greenbox").src= "rand_images" + "/" + imgName ;
}