function change_src(obj, img) {
	obj.src = img;
}

