function lesezeichen(){
	var url = "http://"+window.location.host + window.location.pathname;
	var title = document.title;
	window.external.AddFavorite(url,title);
}