
images = new Array(3);

	images[0] = "<a href = 'http://www.serenitymovie.com' target='_blank'><img src='./images/firefly-serenity.gif' alt='Firefly: Serenity' border=0></a>";
	images[1] = "<a href = 'http://www.janime.biz' target='_blank'><img src='./images/janime_banner1.gif' alt='Janime' border=0></a>";
	images[2] = "<a href = 'http://tetsuwan_birdy.tripod.com' target='_blank'><img src='./images/tetsuwan_birdy_button.jpg' alt='Birdy the Mighty' border=0></a>";

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

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

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

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