function changeImg(obj,src){
	obj.src= src;
}
