<!--

function display_image(){

var img1="<a href=\"/hyundai-n/newcar/jm/index.html\"><img src=\"/hyundai-n/pic/topimage01.jpg\" width=\"750\" height=\"420\" alt=\"JM\" border=\"0\"><\/a>";
var img2="<a href=\"/hyundai-n/newcar/jm/index.html\"><img src=\"/hyundai-n/pic/topimage02.jpg\" width=\"750\" height=\"420\" alt=\"JM\" border=\"0\"><\/a>";
var img3="<a href=\"/hyundai-n/newcar/jm/index.html\"><img src=\"/hyundai-n/pic/topimage03.jpg\" width=\"750\" height=\"420\" alt=\"JM\" border=\"0\"><\/a>";

var iValue = Math.random() * 3;
var rNumber = Math.ceil(iValue);
if(rNumber == 0){rNumber++};

document.write(eval("img" + rNumber))
}
//-->