url = 'http://2bberry.com/';
name = 'ブルーベリーのすべて！';
function bookMark() {
  window.external.addFavorite(url,name);
}