function swapImage(img) {
		document.current.src = img;
}