	var bookmarkurl=document.URL;
	var bookmarktitle=document.title;

	function AddBookmark(){
		if (document.all)
		window.external.AddFavorite(bookmarkurl,bookmarktitle);
	}
