function addToFavorite(title){
  window.external.AddFavorite(document.location,title)
}

