function randomImg(){
   document.getElementById('image').src = "http://www.kenzoki.com/datas/home/image" + Math.round(Math.random()*5+1) + ".jpg";
}