<!-- Activate cloaking device
var randnum = Math.random();
var inum = 2;
// Change this number to the number of images you are using.
var rand1 = Math.round(randnum * (inum-1)) + 1;
images = new Array
images[1] = "postit_big_txt.png"
images[2] = "postit_big_txt2.png"
// Ensure you have an array item for every image you are using.
var image = images[rand1]
// Deactivate cloaking device -->
