function swapImg(obj, img){
  obj.src = 'images/'+img;
}

