<!-- Activate cloaking devicevar randnum = Math.random();var inum = 12;// Change this number to the number of images you are using.var rand1 = Math.round(randnum * (inum-1)) + 1;images = new Arrayimages[1] = "http://www.lsd-studio.net/backgrounds/pattern01.gif"images[2] = "http://www.lsd-studio.net/backgrounds/pattern02.gif"images[3] = "http://www.lsd-studio.net/backgrounds/pattern03.gif"images[4] = "http://www.lsd-studio.net/backgrounds/pattern04.gif"images[5] = "http://www.lsd-studio.net/backgrounds/pattern05.gif"images[6] = "http://www.lsd-studio.net/backgrounds/pattern06.gif"images[7] = "http://www.lsd-studio.net/backgrounds/pattern07.gif"images[8] = "http://www.lsd-studio.net/backgrounds/pattern08.gif"images[9] = "http://www.lsd-studio.net/backgrounds/pattern09.gif"images[10] = "http://www.lsd-studio.net/backgrounds/pattern10.gif"images[11] = "http://www.lsd-studio.net/backgrounds/pattern11.gif"images[12] = "http://www.lsd-studio.net/backgrounds/pattern12.gif"// Ensure you have an array item for every image you are using.var image = images[rand1]// Deactivate cloaking device -->