//////////// Favoriten hinzufügen ////////////////////////////////

function addFavorite() {
bookmarkurl=self.location.href;
bookmarktitle=document.title;
if (document.all) {
window.external.AddFavorite(bookmarkurl,bookmarktitle)
} else alert("Bitte bei Netscape STRG + D drücken");

}

