
function addbookmark() {
  if (document.all)
  
    window.external.AddFavorite(location.href,document.title)
}