function flipImage(img, newsrc) {
	img.src = newsrc;
}

