 function addToFavorites(url_js, name_js)
 {
  if (window.external)
  {
   window.external.AddFavorite(url_js,name_js);
  }
  else
  { 
   alert("Sorry! Your browser doesn't support this function.");
  }
  }