var list = new Array; var list1 = new Array;

list[0] = new Array('/images/index.htm','/gif/s0951.gif');
list[1] = new Array('http://gmiddle.gogo258.com/','http://sunhoga.googlepages.com/gogo258_12061.gif');

list1[0] = new Array('http://lipi232.lipin.com.tw/','/images/lipi.gif');
list1[1] = new Array('/images/index.htm','http://homepage100.hp.infoseek.co.jp/gif/b0951.gif');
list1[2] = new Array('http://hi99.net/cgi-bin/kiss.cgi?id=mycity','http://static.zooomr.com/images/895139_01a0438ed8_m.jpg');

var i=Math.floor(Math.random() * list.length); var j=Math.floor(Math.random() * list1.length);
document.write("<a href='" + list[i][0] + "' target='_blank'><img src='" + list[i][1] + "' border=0 width=120 height=60></a>&nbsp;");
document.write("<a href='" + list1[j][0] + "' target='_blank'><img src='" + list1[j][1] + "' border=0 width=460 height=60></a>");