

jmp = new Array();
img = new Array();

jmp[0] = "/page.do?shop=300&path=shops/300/20100116/a";
jmp[1] = "/page.do?shop=300&path=shops/300/20100116/a";
jmp[2] = "/page.do?shop=300&path=shops/300/20100116/a";

img[0] = "/images/html/300/top/main_title_034.jpg";
img[1] = "/images/html/300/top/main_title_034.jpg";
img[2] = "/images/html/300/top/main_title_034.jpg";

function randWrite() {
n = Math.floor(Math.random()*jmp.length);
document.write("<a href='"+jmp[n]+"'>");
document.write("<img src='"+img[n]+"' border='0' width='660' height='250' alt='KERA SHOP' border='0' />");
document.write("</a>");
}


jmp02 = new Array();
img02 = new Array();

jmp02[0] = "/page.do?shop=300&path=shops/300/20100216/a";
jmp02[1] = "/page.do?shop=300&path=shops/300/20100216/a";
jmp02[2] = "/page.do?shop=300&path=shops/300/20100216/a";

img02[0] = "/images/html/300/top/main_title_035.jpg";
img02[1] = "/images/html/300/top/main_title_035.jpg";
img02[2] = "/images/html/300/top/main_title_035.jpg";

function randWrite02() {
n = Math.floor(Math.random()*jmp02.length);
document.write("<a href='"+jmp02[n]+"'>");
document.write("<img src='"+img02[n]+"' border='0' width='660' height='250' alt='KERA SHOP' border='0' />");
document.write("</a>");
}