il trucco è cambiare il nome dell'id...
codice HTML:
<script type="text/javascript">imgs=Array("IMG_0550.JPG","minion.jpg","viola.jpg","pedina_red2.png","pedina_blue2.png","IMG_0550.JPG");var x=0;function change(el) {	el.src=imgs[++x];	if (x==5) {		x=0;	}}</script><img src="IMG_0550.JPG" id="bob" alt="visual game" style="width: 101px; height: 135px;" onmousedown="change(this)"><br><img src="IMG_0550.JPG" id="fred" alt="visual game" style="width: 101px; height: 135px;" onmousedown="change(this)">[etc.]