<!--   "‰æ‘œ‚ÌURL","‰¡•","‚‚³","ALT",   -->

whats = new Array("/j/img/main_image01.jpg","720","150","",
				"/j/img/main_image02.jpg","720","150","",
				"/j/img/main_image03.jpg","720","150","",
				"/j/img/main_image04.jpg","720","150","");

a_img=Math.floor(Math.random()*(whats.length/4));

if(a_img == 0) {
document.write("<img src='");
document.write(whats[a_img*4]);
document.write("' width='");
document.write(whats[a_img*4+1]);
document.write("' height='");
document.write(whats[a_img*4+2]);
document.write("' border='0' ALT='");
document.write(whats[a_img*4+3]);
document.write("'><br>");
}

if(a_img == 1) {
document.write("<img src='");
document.write(whats[a_img*4]);
document.write("' width='");
document.write(whats[a_img*4+1]);
document.write("' height='");
document.write(whats[a_img*4+2]);
document.write("' border='0' ALT='");
document.write(whats[a_img*4+3]);
document.write("'><br>");
}

if(a_img == 2) {
document.write("<img src='");
document.write(whats[a_img*4]);
document.write("' width='");
document.write(whats[a_img*4+1]);
document.write("' height='");
document.write(whats[a_img*4+2]);
document.write("' border='0' ALT='");
document.write(whats[a_img*4+3]);
document.write("'><br>");
}

if(a_img == 3) {
document.write("<img src='");
document.write(whats[a_img*4]);
document.write("' width='");
document.write(whats[a_img*4+1]);
document.write("' height='");
document.write(whats[a_img*4+2]);
document.write("' border='0' ALT='");
document.write(whats[a_img*4+3]);
document.write("'><br>");
}
