function setArray(img, desc, link){ this.img = img this.desc = desc this.link = link } var a = new Array(32) var numOfImages = 32 a[0] = new setArray("randomimagesLLOP/image00.jpg", "Signature Oil Portrait, handpainted by an In-Studio artist", "llop/welcome.htm") a[1] = new setArray("randomimagesLLOP/image01.jpg", "Signature Oil Portrait, handpainted by an In-Studio artist", "llop/welcome.htm") a[2] = new setArray("randomimagesLLOP/image02.jpg", "Signature Oil Portrait, handpainted by an In-Studio artist", "llop/welcome.htm") a[3] = new setArray("randomimagesLLOP/image03.jpg", "Signature Oil Portrait, handpainted by an In-Studio artist", "llop/welcome.htm") a[4] = new setArray("randomimagesLLOP/image04.jpg", "Signature Oil Portrait, handpainted by an In-Studio artist", "llop/welcome.htm") a[5] = new setArray("randomimagesLLOP/image05.jpg", "Signature Oil Portrait, handpainted by an In-Studio artist", "llop/welcome.htm") a[6] = new setArray("randomimagesLLOP/image06.jpg", "Signature Oil Portrait, handpainted by an In-Studio artist", "llop/welcome.htm") a[7] = new setArray("randomimagesLLOP/image07.jpg", "Signature Oil Portrait, handpainted by an In-Studio artist", "llop/welcome.htm") a[8] = new setArray("randomimagesLLOP/image08.jpg", "Signature Oil Portrait, handpainted by an In-Studio artist", "llop/welcome.htm") a[9] = new setArray("randomimagesLLOP/image09.jpg", "Signature Oil Portrait, handpainted by an In-Studio artist", "llop/welcome.htm") a[10] = new setArray("randomimagesLLOP/image10.jpg", "Signature Oil Portrait, handpainted by an In-Studio artist", "llop/welcome.htm") a[11] = new setArray("randomimagesLLOP/image11.jpg", "Signature Oil Portrait, handpainted by an In-Studio artist", "llop/welcome.htm") a[12] = new setArray("randomimagesLLOP/image12.jpg", "Signature Oil Portrait, handpainted by an In-Studio artist", "llop/welcome.htm") a[13] = new setArray("randomimagesLLOP/image13.jpg", "Signature Oil Portrait, handpainted by an In-Studio artist", "llop/welcome.htm") a[14] = new setArray("randomimagesLLOP/image14.jpg", "Signature Oil Portrait, handpainted by an In-Studio artist", "llop/welcome.htm") a[15] = new setArray("randomimagesLLOP/image15.jpg", "Signature Oil Portrait, handpainted by an In-Studio artist", "llop/welcome.htm") a[16] = new setArray("randomimagesLLOP/image16.jpg", "Signature Oil Portrait, handpainted by an In-Studio artist", "llop/welcome.htm") a[17] = new setArray("randomimagesLLOP/image17.jpg", "Signature Oil Portrait, handpainted by an In-Studio artist", "llop/welcome.htm") a[18] = new setArray("randomimagesLLOP/image18.jpg", "Signature Oil Portrait, handpainted by an In-Studio artist", "llop/welcome.htm") a[19] = new setArray("randomimagesLLOP/image19.jpg", "Signature Oil Portrait, handpainted by an In-Studio artist", "llop/welcome.htm") a[20] = new setArray("randomimagesLLOP/image20.jpg", "Signature Oil Portrait, handpainted by an In-Studio artist", "llop/welcome.htm") a[21] = new setArray("randomimagesLLOP/image21.jpg", "Signature Oil Portrait, handpainted by an In-Studio artist", "llop/welcome.htm") a[22] = new setArray("randomimagesLLOP/image22.jpg", "Signature Oil Portrait, handpainted by an In-Studio artist", "llop/welcome.htm") a[23] = new setArray("randomimagesLLOP/image23.jpg", "Signature Oil Portrait, handpainted by an In-Studio artist", "llop/welcome.htm") a[24] = new setArray("randomimagesLLOP/image24.jpg", "Signature Oil Portrait, handpainted by an In-Studio artist", "llop/welcome.htm") a[25] = new setArray("randomimagesLLOP/image25.jpg", "Signature Oil Portrait, handpainted by an In-Studio artist", "llop/welcome.htm") a[26] = new setArray("randomimagesLLOP/image26.jpg", "Signature Oil Portrait, handpainted by an In-Studio artist", "llop/welcome.htm") a[27] = new setArray("randomimagesLLOP/image27.jpg", "Signature Oil Portrait, handpainted by an In-Studio artist", "llop/welcome.htm") a[28] = new setArray("randomimagesLLOP/image28.jpg", "Signature Oil Portrait, handpainted by an In-Studio artist", "llop/welcome.htm") a[29] = new setArray("randomimagesLLOP/image29.jpg", "Signature Oil Portrait, handpainted by an In-Studio artist", "llop/welcome.htm") a[30] = new setArray("randomimagesLLOP/image30.jpg", "Signature Oil Portrait, handpainted by an In-Studio artist", "llop/welcome.htm") a[31] = new setArray("randomimagesLLOP/image31.jpg", "Signature Oil Portrait, handpainted by an In-Studio artist", "llop/welcome.htm") var i = Math.floor(Math.random() * numOfImages) var randomImageCaptionLLOP = eval("a[" + i + "].desc") var randomImageLLOP = ""