function PicInfo(PicName, PicText) { 
   this.PicName = PicName
   this.PicText = PicText
}

var arrayOfImages = new Array();

var index = 1;

arrayOfImages[index++] = new PicInfo("visual/130.jpg", "Cover of <b><i>130 dB</i></b>.")
arrayOfImages[index++] = new PicInfo("visual/mm.jpg", "Cover of <b><i>Moving Machinery</i></b>.")
arrayOfImages[index++] = new PicInfo("visual/sabrina.jpg", "Sabrina, lookin' all sexy.")
arrayOfImages[index++] = new PicInfo("visual/cavity.jpg", "Basscat himself: Cavity.")
arrayOfImages[index++] = new PicInfo("visual/christmas.jpg", "Christmas, Sabrina-style!")
arrayOfImages[index++] = new PicInfo("visual/codycat.jpg", "Cody and Cavity.")
arrayOfImages[index++] = new PicInfo("visual/ultima.jpg", "Sabrina and her favorite pastime: Ultima Online.")
arrayOfImages[index++] = new PicInfo("visual/abducted.gif", "Flyer 1 for the 9/99 live show.")
arrayOfImages[index++] = new PicInfo("visual/apollo.gif", "Flyer 2 for the 9/99 live show.")
arrayOfImages[index++] = new PicInfo("visual/cult.gif", "Flyer 3 for the 9/99 live show. We <b>wish</b> we had a cult following.")
arrayOfImages[index++] = new PicInfo("visual/destroy.gif", "Flyer 4 for the 9/99 live show. The small image in the bottom right corner says \"HALOGEN will cause weird time distortions in a big American city.\"")
arrayOfImages[index++] = new PicInfo("visual/johnny.gif", "Flyer 5 for the 9/99 live show.")
arrayOfImages[index++] = new PicInfo("visual/kids.gif", "Flyer 6 for the 9/99 live show.")
arrayOfImages[index++] = new PicInfo("visual/miracle.gif", "Flyer 7 for the 9/99 live show.")
arrayOfImages[index++] = new PicInfo("visual/surgeon.gif", "Flyer 8 for the 9/99 live show.")
arrayOfImages[index++] = new PicInfo("visual/waitress.gif", "Flyer 9 for the 9/99 live show. Our personal favorite.")

