function changeImg1(url) {
alert(url);
document.photo.src = '<a href="' + url + '">';

}

function changeImg(myurl){
	alert(myurl)
}

