num=0;
function change(){
num++;
num %=7;
document.myIMG.src="/img/pic"+num+".jpg";
}
