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