img = new Array();
img[0] = "img/top/main_img01.jpg";
img[1] = "img/top/main_img02.jpg";
n = Math.floor(Math.random()*img.length);
document.write("<img src='"+img[n]+"' border='0'>");
