function swap(item, value){
  item.src = value;
}