// TOPy[Wκp@JavaScript
function imageChange(){




imgURL  = new Array(
'<img src="H22images/H22-1-L.jpg" alt="V_r" width="700" height="494" />',
'<img src="H22images/H22-2-L.jpg" alt="λυΏ@MkοΩu`" width="700" height="469" />',
'<img src="H22images/H22-3-L.jpg" alt="ηδ_ΠΚό" width="395" height="500" />');

captionArray = new Array(
"V_r",
"λυΏ@MkοΩu`",
"ηδ_ΠΚό");

n = Math.floor(Math.random()*imgURL.length);
document.write(imgURL[n]+"<br />");
document.write(captionArray[n]);
document.write("i½¬22NΖΎyάFγBx\²j");
}
