<!--
ranimg = new Array();
ranimg[0] = "../images/top/eng/0.jpg";
ranimg[1] = "../images/top/eng/1.jpg";
chip = Math.floor(ranimg.length * Math.random());
ranimg = ranimg[Math.floor(chip)];
document.write('<img src="'+ ranimg +'">');
// -->