// JavaScript Document
function swapImage(object, newSrc) {
	object.src = newSrc;	
}