image_array = new Array(	"picnic.jpg Alt=picnic",	"girl_apple.jpg Alt=girl",	"computer.jpg Alt=computer"	);map_array = new Array(	"",	"",	""	);rand_top = Math.floor(image_array.length * Math.random());document.write("<A " + map_array[rand_top] + ">");document.write("<img src=gr/images/hm/" + image_array[rand_top] + " width=426 height=176 border=0></A><br>");