// JavaScript Document

function changeImg(imgTag, newLoc) {
  imgTag.src = newLoc;
}
