function lade(bild) {
  if(document.images) {b = new Image; b.src = "../_img/" + bild};
}

function zuFavoriten(URL, Titel) {
  status="Favoriten werden geöffnet...";
  if(document.all) { window.external.AddFavorite("http://www.fahrtipps.de/" + URL, Titel) };
  status="";
}