num = -1;function changeImg(){num++;num %= 6;document.topimg.src ="images/image01-" + num + ".jpg";}