jmp = new Array();
img = new Array();
jmp[0] = "http://www.receno.com/table/linearis.php";
jmp[1] = "http://www.receno.com/table/stin.php";
jmp[2] = "http://www.receno.com/table/totti.php";
jmp[3] = "http://www.receno.com/table/wall.php";
img[0] = "http://www.receno.com/menu-item/linearis.jpg";
img[1] = "http://www.receno.com/menu-item/stin.jpg";
img[2] = "http://www.receno.com/menu-item/totti.jpg";
img[3] = "http://www.receno.com/menu-item/wall.jpg";
n = Math.floor(Math.random()*jmp.length);
document.write("<a href='"+jmp[n]+"'>");
document.write("<img src='"+img[n]+"' border='0'>");
document.write("</a>");
