i=0;
function over() {
	i=i+1;
	document.getElementById('canvimatge').src="images/homegallery"+i+".jpg";
	if (i==9) { i=-1; }
}