url = 'http://tamatebako-web.com/';
name = (document.title);
function bookMark() {
  window.external.addFavorite(url,name);
}