News

The following code combines the array of images and the random number to display a random image as the website background:document.body.style.background='url ('+background [numberGen]+')'; ...