function swap_photo ($image) {
	
document.getElementById('swap_photo').innerHTML = '<img src="'+$image+'">';

}
