
function link(){
  selectlink = document.topform.menu.selectedIndex;
  location.href = document.topform.menu.options[selectlink].value;
}

jmp = new Array();
img = new Array();

jmp[0] = "/shop.do?shop=903";
jmp[1] = "/shop.do?shop=903";
jmp[2] = "/shop.do?shop=903";
jmp[3] = "/shop.do?shop=903";



img[0] = "/images/html/000/lafureru/ban_lafurure.jpg";
img[1] = "/images/html/000/lafureru/ban_lafurure.jpg";
img[2] = "/images/html/000/lafureru/ban_lafurure.jpg";
img[3] = "/images/html/000/lafureru/ban_lafurure.jpg";


function randbanner() {
n = Math.floor(Math.random()*jmp.length);
document.write("<a href='"+jmp[n]+"' target='_blank'>");
document.write("<img src='"+img[n]+"' border='0' width='200' height='200' alt='' border='0' />");
document.write("</a>");
}
