url = 'http://weather.nirq.com/';
name = '気象予報士試験ガイド';
function bookMark() {
  window.external.addFavorite(url,name);
}