function setpic(picture) {
	thisimage = document.getElementById('autorenbild');
	thisimage.setAttribute('src',picture);
	return false;
}

