function addBookmark()
{
	window.external.AddFavorite(document.location.href,document.title);
}
