// JavaScript Document
function changeimg(name,num) {
	document.images[name].src="/images/"+name+"/"+name+(Math.floor(Math.random()*num)+1)+".jpg"
}