function swapImage(img, url) {
	img.src = url;
}
