
images = new Array(3);

	images[0] = "<a href = 'http://www.ka-blamo.com/gargs/' target='_blank'><img src='./images/comics.gif' alt='Gargoyles comics' border=0></a>";
	images[1] = "<a href = 'http://www.dreamie.org/' target='_blank'><img src='./images/faceban.jpg' alt='Dreamie's Hideaway' border=0></a>";
	images[2] = "<a href = 'http://mgc.gargoyles-fans.org' target='_blank'><img src='./images/mgc_logo.gif' alt='Monthly Gargoyles Contest' border=0></a>";

	index = Math.floor(Math.random() * images.length);

	document.write("<DL>\n");

	document.write("<DT>" + "" + images[index] + "\n");

	document.write("</DL>\n");