//change photo
function change_photo( item, photo ){
	item.src = photo;
}
