function changePhoto(x){
	document.getElementById("bigPhoto").src=x;
	document.getElementById("photo_url").href=x;
}