var img = new Array();
var url = new Array();
var txt = new Array();
img[0] = "top.jpg";
url[0] = "noires.htm";
img[1] = "top1.jpg";
url[1] = "noires.htm";
img[2] = "top2.jpg";
url[2] = "noires.htm";
img[3] = "top3.jpg";
url[3] = "noires.htm";
img[4] = "top4.jpg";
url[4] = "noires.htm";
img[5] = "top5.jpg";
url[5] = "noires.htm";
img[6] = "top6.jpg";
url[6] = "noires.htm";
img[7] = "top7.jpg";
url[7] = "noires.htm";
img[8] = "top8.jpg";
url[8] = "noires.htm";
img[9] = "top9.jpg";
url[9] = "noires.htm";
img[10] = "top10.jpg";
url[10] = "noires.htm";
img[11] = "top11.jpg";
url[11] = "noires.htm";
img[12] = "top12.jpg";
url[12] = "noires.htm";
var n = Math.round(12 * Math.random());
document.write("<a href="+url[n]+"><img border=0 width=292 height=239 src="+img[n]+"></a></div>");