function tauscheBild(neuesBild, neuerLink) {
  // Aendere Bild-Quelle
  bild = document.getElementById("profil");
  bild.src = neuesBild;

  // Aendere Bild-Link
  bild.parentNode.href = "javascript:na_open_window('win', '" + neuerLink + "', 0, 0, 386, 550, 1, 1, 0, 0, 0)";
}