url = 'http://www.milcook.com/to/';
name = '豆乳で健康レシピ';
function bookMark() {
  window.external.addFavorite(url,name);
}