			images = new Array(6);
			images[0] = "<a href='javascript:PopUpFrontSign()'><img src='/site/misc/random-front-sign.jpg' border='0' alt='The front sign at the farm | CLICK TO LEARN MORE'></a>";
			images[1] = "<a href='javascript:PopUpTrailerSign()'><img src='/site/misc/random-trailer-sign.jpg' border='0' alt='Old milk trailers on the farm | CLICK TO LEARN MORE'></a>";
			images[2] = "<a href='javascript:PopUpFrontRoad()'><img src='/site/misc/random-front-road.jpg' border='0' alt='The road in front of the farm | CLICK TO LEARN MORE'></a>";
			images[3] = "<a href='javascript:PopUpPondView()'><img src='/site/misc/random-pond-view.jpg' border='0' alt='A natural pond at the farm | CLICK TO LEARN MORE'></a>";
			images[4] = "<a href='javascript:PopUpFrontOfOffice()'><img src='/site/misc/random-front-of-office.jpg' border='0' alt='The front office at the farm | CLICK TO LEARN MORE'></a>";
			images[5] = "<a href='javascript:PopUpSnowsFarmAerial()'><img src='/site/misc/random-snows-farm-aerial.jpg' border='0' alt='An overhead view of the farm | CLICK TO LEARN MORE'></a>";
			index = Math.floor(Math.random() * images.length);
			document.write("<DL>\n");
			document.write("<DT>" + "" + images[index] + "\n");
			document.write("</DL>\n");
