var timer="12000";
var file="jpg";
var total="6";
count=0; //最初の画像名(0から)

function ChangeImg() {
 count=Math.floor(Math.random()*total); 
 document.IMAGE.src="/image_uniq/vi_image0" + count + ".jpg";
}