function changeImage(obj, path) {
	obj.src = path;
}

