/* 摜\ؑ */
function changeImage(obj, image) {
   if (obj) {
      obj.src = image;
   }
}
