
swapImage = function (el, src) {
	el.src = src;
}

