// JavaScript Document

<!-- Activate cloaking device
var randnum = Math.random();
var inum = 7;
// Change this number to the number of images you are using.
var rand1 = Math.round(randnum * (inum-1)) + 1;
images = new Array
images[1] = "images/backgrounds/image1.jpg"
images[2] = "images/backgrounds/image2.jpg"
images[3] = "images/backgrounds/image3.jpg"
images[4] = "images/backgrounds/image4.jpg"
images[5] = "images/backgrounds/image5.jpg"
images[6] = "images/backgrounds/image6.jpg"
images[7] = "images/backgrounds/image7.jpg"
// Ensure you have an array item for every image you are using.
var image = images[rand1]
// Deactivate cloaking device -->