function setArray(img, desc, link){ this.img = img this.desc = desc this.link = link } var banners1 = new Array(6) var numbanners1 = 6 banners1[0] = new setArray("http://www.fishpost.com/images/banners1/banner.gif", "1","http://www.fishpost.com") banners1[1] = new setArray("http://www.fishpost.com/images/banners1/aquabanner.gif", "2","http://www.aquaauctions.com") banners1[2] = new setArray("http://www.fishpost.com/images/banners1/pltbanner.gif", "3","http://www.pltdaddy.com") banners1[3] = new setArray("http://www.fishpost.com/images/banners1/fishbanner1.gif", "4","http://www.fishpost.com") banners1[4] = new setArray("http://www.fishpost.com/images/banners1/TFHbooks.gif", "1","http://www.fishpost.com/bookstock.html") banners1[5] = new setArray("http://www.fishpost.com/images/banners1/TFHsubscribe.gif", "2","http://www.fishpost.com/bookstock.html") var thumbs1 = new Array(6) var numthumbs1 = 3 thumbs1[0] = new setArray("http://www.fishpost.com/images/thumbs1/lambrichardidaff_tb.jpg", "1","http://www.fishpost.com/afcichlids.html") thumbs1[1] = new setArray("http://www.fishpost.com/images/thumbs1/para1_tb.jpg", "2","http://www.fishpost.com/afcichlids.html") thumbs1[2] = new setArray("http://www.fishpost.com/images/thumbs1/lamleleupi1_tb.jpg", "3","http://www.fishpost.com/afcichlids.html") var thumbs2 = new Array(3) var numthumbs2 = 3 thumbs2[0] = new setArray("http://www.fishpost.com/images/thumbs2/hapallred_tb.jpg", "4","http://www.fishpost.com/afcichlids.html") thumbs2[1] = new setArray("http://www.fishpost.com/images/thumbs2/parmenarambo_tb.jpg", "5","http://www.fishpost.com/afcichlids.html") thumbs2[2] = new setArray("http://www.fishpost.com/images/thumbs2/labcaermf_tb.jpg", "6","http://www.fishpost.com/afcichlids.html") var thumbs3 = new Array(3) var numthumbs3 = 3 thumbs3[0] = new setArray("http://www.fishpost.com/images/thumbs3/1.jpg", "1","http://www.fishpost.com/afcichlids.html") thumbs3[1] = new setArray("http://www.fishpost.com/images/thumbs3/3.jpg", "3","http://www.fishpost.com/afcichlids.html") thumbs3[2] = new setArray("http://www.fishpost.com/images/thumbs3/5.jpg", "5","http://www.fishpost.com/afcichlids.html") var thumbs4 = new Array(2) var numthumbs4 = 2 thumbs4[0] = new setArray("http://www.fishpost.com/images/thumbs4/oscar_tb.jpg", "1","http://www.fishpost.com/casacichlids.html") thumbs4[1] = new setArray("http://www.fishpost.com/images/thumbs4/pirhana_tb.jpg", "2","http://www.fishpost.com/piranha.html") var thumbs5 = new Array(3) var numthumbs5 = 3 thumbs5[0] = new setArray("http://www.fishpost.com/images/thumbs5/1.jpg", "1","http://www.fishpost.com/afcichlids.html") thumbs5[1] = new setArray("http://www.fishpost.com/images/thumbs5/2.jpg", "2","http://www.fishpost.com/piranha.html") thumbs5[2] = new setArray("http://www.fishpost.com/images/thumbs5/3.jpg", "3","http://www.fishpost.com/casacichlids.html") var thumbs6 = new Array(3) var numthumbs6 = 3 thumbs6[0] = new setArray("http://www.fishpost.com/images/thumbs6/albinosomething.jpg", "4","http://www.fishpost.com/afcichlids.html") thumbs6[1] = new setArray("http://www.fishpost.com/images/thumbs6/afroredbod.jpg", "5","http://www.fishpost.com/afcichlids.html") thumbs6[2] = new setArray("http://www.fishpost.com/images/thumbs6/afroblueface.jpg", "6","http://www.fishpost.com/afcichlids.html") function getImageFrom(arraynum) { var i = Math.floor(Math.random() * eval("num" + arraynum)) var randomImageCaption = eval(arraynum + "[" + i + "].desc") var randomImage = "" document.write(randomImage); }