// JavaScript Document



function empfehlen()

{

		var url = location.href;

		mail_str = "mailto:?subject=www.HOLGER-THOMA.com";

		mail_str += "&body=Habe etwas gefunden was Dich interessieren könnte";

		mail_str += ". Die Adresse ist: " + url; 

	

		location.href = mail_str;



}



function addbookmark() {

		bookmarkurl=self.location.href;

		bookmarktitle=document.title;

		if (document.all) {

			window.external.AddFavorite(bookmarkurl,bookmarktitle)

		} else alert("Bitte bei Netscape STRG + D drücken"); 

	

}