function SwapOut(obj, image) {
  obj.src = image;
}