img = new Array();
img[0] = "http://car.area0.biz/top_img/001.jpg";
img[1] = "http://car.area0.biz/top_img/002.jpg";
img[2] = "http://car.area0.biz/top_img/003.jpg";
img[3] = "http://car.area0.biz/top_img/004.jpg";
img[4] = "http://car.area0.biz/top_img/005.jpg";
img[5] = "http://car.area0.biz/top_img/006.jpg";
img[6] = "http://car.area0.biz/top_img/007.jpg";
n = Math.floor(Math.random()*img.length);
document.write("<img src='"+img[n]+"' border='0' width='600px'>");