

index = Math.floor(Math.random() * images.length);

document.write(images[index]);