var img = new Array(); img[0] = '
'; img[1] = '
'; img[2] = '
'; var rand = Math.floor (Math.random()*img.length); document.write(img[rand]);
Log in