function changepic (name, bild, id) {
	document.getElementById("teamBild").innerHTML = '<img src="/images/profil/'+bild+'" />';
	document.getElementById("teamLink"+i).innerHTML = '<strong>'+name+'</strong>';

}
